MCPcopy 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
13func (noopResponseWriter) WriteHeader(statusCode int) {
14 //noop
15}
16
17func (n noopResponseWriter) Header() http.Header {
18 if n.headers == nil {

Callers 1

natsRequestReplyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected