Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/felixge/httpsnoop
/ Header
Method
Header
wrap_generated.go:1471–1473 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1469
1470
func
(w *rw8) Unwrap() http.ResponseWriter {
return
w.w }
1471
func
(w *rw8) Header() http.Header {
1472
return
(*rwState)(w).doHeader()
1473
}
1474
func
(w *rw8) WriteHeader(code int) {
1475
(*rwState)(w).doWriteHeader(code)
1476
}
Callers
nothing calls this directly
Calls
1
doHeader
Method · 0.80
Tested by
no test coverage detected