Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/felixge/httpsnoop
/ Header
Method
Header
wrap_generated.go:1408–1410 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1406
1407
func
(w *rw5) Unwrap() http.ResponseWriter {
return
w.w }
1408
func
(w *rw5) Header() http.Header {
1409
return
(*rwState)(w).doHeader()
1410
}
1411
func
(w *rw5) WriteHeader(code int) {
1412
(*rwState)(w).doWriteHeader(code)
1413
}
Callers
nothing calls this directly
Calls
1
doHeader
Method · 0.80
Tested by
no test coverage detected