MCPcopy Create free account
hub / github.com/discourse/discourse-auth-proxy / Header

Method Header

logging.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (w *loggableResponseWriter) Header() http.Header {
38 return w.next.Header()
39}
40
41func (w *loggableResponseWriter) Write(b []byte) (int, error) {
42 return w.next.Write(b)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected