Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1447
func
(w *rw7) Unwrap() http.ResponseWriter {
return
w.w }
1448
func
(w *rw7) Header() http.Header {
1449
return
(*rwState)(w).doHeader()
1450
}
1451
func
(w *rw7) WriteHeader(code int) {
1452
(*rwState)(w).doWriteHeader(code)
1453
}
Callers
nothing calls this directly
Calls
1
doHeader
Method · 0.80
Tested by
no test coverage detected