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

Method Header

wrap_generated.go:1371–1373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1369
1370func (w *rw3) Unwrap() http.ResponseWriter { return w.w }
1371func (w *rw3) Header() http.Header {
1372 return (*rwState)(w).doHeader()
1373}
1374func (w *rw3) WriteHeader(code int) {
1375 (*rwState)(w).doWriteHeader(code)
1376}

Callers

nothing calls this directly

Calls 1

doHeaderMethod · 0.80

Tested by

no test coverage detected