MCPcopy Create free account
hub / github.com/DoNewsCode/core / Headers

Method Headers

srvhttp/encode.go:13–13  ·  view source on GitHub ↗

Headers provides the header map that will be sent by http.ResponseWriter WriteHeader.

()

Source from the content-addressed store, hash-verified

11type Headerer interface {
12 // Headers provides the header map that will be sent by http.ResponseWriter WriteHeader.
13 Headers() http.Header
14}
15
16type StatusCoder interface {

Callers 1

encodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected