http (net/http)
standard libraryPackage http provides HTTP client and server implementations.
httputil (net/http/httputil)
standard libraryPackage httputil provides HTTP utility functions, complementing the more common ones in the net/http package.
pprof (net/http/pprof)
standard libraryPackage pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool.
Package gin implements a HTTP web framework called gin.
httptest (net/http/httptest)
standard libraryPackage httptest provides utilities for HTTP testing.
Package autorest implements an HTTP request pipeline suitable for use across multiple go-routines and provides the shared routines relied on by AutoRest (see https://github.com/Azure/autorest/) generated Go code.
Package http provides a general purpose HTTP binding for endpoints.
Package http supports network connections to HTTP servers.
Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests, as specified in RFC 6749.
Package httprouter is a trie based high performance HTTP request router.
Package fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go.
Package chi is a small, idiomatic and composable router for building HTTP services.
Package promhttp provides tooling around HTTP servers and clients.
httptrace (net/http/httptrace)
standard libraryPackage httptrace provides mechanisms to trace the events within HTTP client requests.