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

Method Header

wrap_generated.go:1448–1450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1446
1447func (w *rw7) Unwrap() http.ResponseWriter { return w.w }
1448func (w *rw7) Header() http.Header {
1449 return (*rwState)(w).doHeader()
1450}
1451func (w *rw7) WriteHeader(code int) {
1452 (*rwState)(w).doWriteHeader(code)
1453}

Callers

nothing calls this directly

Calls 1

doHeaderMethod · 0.80

Tested by

no test coverage detected