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

Method Header

wrap_generated.go:1471–1473  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1469
1470func (w *rw8) Unwrap() http.ResponseWriter { return w.w }
1471func (w *rw8) Header() http.Header {
1472 return (*rwState)(w).doHeader()
1473}
1474func (w *rw8) WriteHeader(code int) {
1475 (*rwState)(w).doWriteHeader(code)
1476}

Callers

nothing calls this directly

Calls 1

doHeaderMethod · 0.80

Tested by

no test coverage detected