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

Method Header

wrap_generated.go:1491–1493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1489
1490func (w *rw9) Unwrap() http.ResponseWriter { return w.w }
1491func (w *rw9) Header() http.Header {
1492 return (*rwState)(w).doHeader()
1493}
1494func (w *rw9) WriteHeader(code int) {
1495 (*rwState)(w).doWriteHeader(code)
1496}

Callers

nothing calls this directly

Calls 1

doHeaderMethod · 0.80

Tested by

no test coverage detected