MCPcopy
hub / github.com/prometheus/client_golang / Header

Method Header

prometheus/promhttp/delegator_test.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (rw *responseWriter) Header() http.Header {
29 return nil
30}
31
32func (rw *responseWriter) Write(p []byte) (int, error) {
33 return 0, nil

Callers 4

HandlerForTransactionalFunction · 0.45
httpErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected