Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codegangsta/caddy-nats
/ WriteHeader
Method
WriteHeader
noop_response_writer.go:13–15 ·
view source on GitHub ↗
(statusCode int)
Source
from the content-addressed store, hash-verified
11
}
12
13
func
(noopResponseWriter) WriteHeader(statusCode int) {
14
//noop
15
}
16
17
func
(n noopResponseWriter) Header() http.Header {
18
if
n.headers == nil {
Callers
1
natsRequestReply
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected