Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/felixge/httpsnoop
/ Header
Method
Header
wrap_generated.go:1537–1539 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1535
1536
func
(w *rw11) Unwrap() http.ResponseWriter {
return
w.w }
1537
func
(w *rw11) Header() http.Header {
1538
return
(*rwState)(w).doHeader()
1539
}
1540
func
(w *rw11) WriteHeader(code int) {
1541
(*rwState)(w).doWriteHeader(code)
1542
}
Callers
nothing calls this directly
Calls
1
doHeader
Method · 0.80
Tested by
no test coverage detected