Documentation ¶ Overview ¶ Package http returns a http2 transport using net/http Index ¶ func Handle(pattern string, handler http.Handler) transport.Option func NewTransport(opts ...transport.Option) transport.Transport Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Handle ¶ added in v0.14.0 func Handle(pattern string, handler http.Handler) transport.Option Handle registers the handler for the given pattern. func NewTransport ¶ func NewTransport(opts ...transport.Option) transport.Transport NewTransport returns a new http transport using net/http and supporting http2 Types ¶ This section is empty. Source Files ¶ View all Source files http.gooptions.go Click to show internal directories. Click to hide internal directories.