Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WrapTransport ¶
func WrapTransport(base http.RoundTripper, wrapper ...TransportWrapFunc) http.RoundTripper
Types ¶
type ChardetTransport ¶
type ChardetTransport struct { Base http.RoundTripper Options []chardet.DetectorOption // contains filtered or unexported fields }
type CharsetTransport ¶
type CharsetTransport struct {
Base http.RoundTripper
}
CharsetTransport is an http.Transport which automatically decodes resp.Body by its charset.
type ErrorHandlerFunc ¶
type ErrorHandlerFunc func(http.ResponseWriter, *http.Request) error
func (ErrorHandlerFunc) ServeHTTP ¶
func (f ErrorHandlerFunc) ServeHTTP(w http.ResponseWriter, r *http.Request)
type LimitedTransport ¶
type LimitedTransport struct { Base http.RoundTripper N int64 }
type TransportWrapFunc ¶
Click to show internal directories.
Click to hide internal directories.