MCPcopy Create free account
hub / github.com/felixge/httpsnoop / Header

Method Header

wrap_generated.go:1514–1516  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1512
1513func (w *rw10) Unwrap() http.ResponseWriter { return w.w }
1514func (w *rw10) Header() http.Header {
1515 return (*rwState)(w).doHeader()
1516}
1517func (w *rw10) WriteHeader(code int) {
1518 (*rwState)(w).doWriteHeader(code)
1519}

Callers

nothing calls this directly

Calls 1

doHeaderMethod · 0.80

Tested by

no test coverage detected