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

Method Header

wrap_generated.go:1428–1430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1426
1427func (w *rw6) Unwrap() http.ResponseWriter { return w.w }
1428func (w *rw6) Header() http.Header {
1429 return (*rwState)(w).doHeader()
1430}
1431func (w *rw6) WriteHeader(code int) {
1432 (*rwState)(w).doWriteHeader(code)
1433}

Callers

nothing calls this directly

Calls 1

doHeaderMethod · 0.80

Tested by

no test coverage detected