Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/felixge/httpsnoop
/ Header
Method
Header
wrap_generated.go:1391–1393 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1389
1390
func
(w *rw4) Unwrap() http.ResponseWriter {
return
w.w }
1391
func
(w *rw4) Header() http.Header {
1392
return
(*rwState)(w).doHeader()
1393
}
1394
func
(w *rw4) WriteHeader(code int) {
1395
(*rwState)(w).doWriteHeader(code)
1396
}
Callers
nothing calls this directly
Calls
1
doHeader
Method · 0.80
Tested by
no test coverage detected