Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestHandler ¶
type RequestHandler struct {
RoundTripper http.RoundTripper
}
func NewRequestHandler ¶
func NewRequestHandler(rt http.RoundTripper) *RequestHandler
func (RequestHandler) ServeHTTP ¶
func (rh RequestHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.