Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client for HTTP.
type Context ¶
type Context interface { // Request of the context. Request() *http.Request // Response of the context. Response() http.ResponseWriter context.Context }
Context for HTTP.
func NewContext ¶ added in v1.241.0
NewContext for HTTP.
Click to show internal directories.
Click to hide internal directories.