Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTMLTransport ¶
func NewHTMLTransport ¶
func NewHTMLTransport(path string) (*HTMLTransport, error)
func NewHTMLTransportFromString ¶
func NewHTMLTransportFromString(content string) *HTMLTransport
type ResponseTransport ¶
type ResponseTransport struct { sync.Mutex NumCalled int // contains filtered or unexported fields }
func NewResponseTransport ¶
func NewResponseTransport(f func(*ResponseTransport, *http.Request) *http.Response) *ResponseTransport
Click to show internal directories.
Click to hide internal directories.