MCPcopy Create free account
hub / github.com/devfeel/dotweb / Header

Method Header

response.go:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (r *Response) Header() http.Header {
35 return r.header
36}
37
38func (r *Response) QueryHeader(key string) string {
39 return r.Header().Get(key)

Callers 15

QueryHeaderMethod · 0.95
RedirectMethod · 0.95
SetHeaderMethod · 0.95
ServeHTTPMethod · 0.45
ServeHTTPMethod · 0.45
wrapRouterHandleMethod · 0.45
IndexFunction · 0.45
DefaultNotFoundHandlerFunction · 0.45
NewResponseFunction · 0.45

Calls

no outgoing calls

Tested by 1

IndexFunction · 0.36