Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/felixge/httpsnoop
/ flushErrorResponseWriter
Struct
flushErrorResponseWriter
wrap_test.go:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
)
11
12
type
flushErrorResponseWriter
struct
{
13
h http.Header
14
err error
15
}
16
17
func
(w *flushErrorResponseWriter) Header() http.Header {
18
if
w.h == nil {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected