Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/felixge/httpsnoop
/ Header
Method
Header
wrap_generated.go:1428–1430 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1426
1427
func
(w *rw6) Unwrap() http.ResponseWriter {
return
w.w }
1428
func
(w *rw6) Header() http.Header {
1429
return
(*rwState)(w).doHeader()
1430
}
1431
func
(w *rw6) WriteHeader(code int) {
1432
(*rwState)(w).doWriteHeader(code)
1433
}
Callers
nothing calls this directly
Calls
1
doHeader
Method · 0.80
Tested by
no test coverage detected