Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/felixge/httpsnoop
/ WriteHeader
Method
WriteHeader
wrap_generated.go:1326–1328 ·
view source on GitHub ↗
(code int)
Source
from the content-addressed store, hash-verified
1324
return
(*rwState)(w).doHeader()
1325
}
1326
func
(w *rw0) WriteHeader(code int) {
1327
(*rwState)(w).doWriteHeader(code)
1328
}
1329
func
(w *rw0) Write(b []byte) (int, error) {
1330
return
(*rwState)(w).doWrite(b)
1331
}
Callers
3
Wrap
Function · 0.45
doWriteHeader
Method · 0.45
TestCaptureMetrics
Function · 0.45
Calls
1
doWriteHeader
Method · 0.80
Tested by
1
TestCaptureMetrics
Function · 0.36