Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/felixge/httpsnoop
/ Header
Method
Header
wrap_generated.go:1371–1373 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1369
1370
func
(w *rw3) Unwrap() http.ResponseWriter {
return
w.w }
1371
func
(w *rw3) Header() http.Header {
1372
return
(*rwState)(w).doHeader()
1373
}
1374
func
(w *rw3) WriteHeader(code int) {
1375
(*rwState)(w).doWriteHeader(code)
1376
}
Callers
nothing calls this directly
Calls
1
doHeader
Method · 0.80
Tested by
no test coverage detected