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

Method Header

wrap_generated.go:1391–1393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1389
1390func (w *rw4) Unwrap() http.ResponseWriter { return w.w }
1391func (w *rw4) Header() http.Header {
1392 return (*rwState)(w).doHeader()
1393}
1394func (w *rw4) WriteHeader(code int) {
1395 (*rwState)(w).doWriteHeader(code)
1396}

Callers

nothing calls this directly

Calls 1

doHeaderMethod · 0.80

Tested by

no test coverage detected