Documentation
¶
Overview ¶
Package gosthttp provides functionality to bypass the TCP stack.
This includes the TestRoundTripper that provides an implementation of the http.RoundTripper interface which communicates directly with an http.Server instance.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHttpClient ¶
Types ¶
type TestRoundTripper ¶
A TestRoundTripper is an implementation of the http.RoundTripper interface that communicates directly with an http.Handler instance.
Click to show internal directories.
Click to hide internal directories.