Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TransportHandler ¶
type TransportHandler struct {
// contains filtered or unexported fields
}
TransportHandler is base of http.RoundTripper.
func (*TransportHandler) Handler ¶
func (t *TransportHandler) Handler() http.HandlerFunc
func (*TransportHandler) SetHandler ¶
func (t *TransportHandler) SetHandler(handler http.HandlerFunc)
Click to show internal directories.
Click to hide internal directories.