An introduction into the net/http package of the Go standard library.
Using http.Request and the related types for the analysis of web requests.
Answer web requests with the http.ResponseWriter.
A little example showing the development and usage of an own handler.