Documentation
¶
Index ¶
Constants ¶
View Source
const Limit1MiB = 1024 * 1024
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HandlerClient ¶
type HandlerClient struct {
// contains filtered or unexported fields
}
HandlerClient behaves like an HTTP client but merely routes to an http.Handler.
func NewHandlerClient ¶
func NewHandlerClient(handler http.Handler) *HandlerClient
Click to show internal directories.
Click to hide internal directories.