Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶ added in v1.47.0
type Handler struct {
// contains filtered or unexported fields
}
Handler for meta.
func NewHandler ¶ added in v1.47.0
NewHandler for meta.
func (*Handler) ServeHTTP ¶ added in v1.47.0
func (h *Handler) ServeHTTP(res http.ResponseWriter, req *http.Request, next http.HandlerFunc)
type RoundTripper ¶
type RoundTripper struct { http.RoundTripper // contains filtered or unexported fields }
RoundTripper for meta.
func NewRoundTripper ¶
func NewRoundTripper(userAgent env.UserAgent, hrt http.RoundTripper) *RoundTripper
NewRoundTripper for meta.
Click to show internal directories.
Click to hide internal directories.