MCPcopy
hub / github.com/safing/portmaster / Header

Method Header

base/api/enriched-response.go:28–30  ·  view source on GitHub ↗

Header wraps the original Header method.

()

Source from the content-addressed store, hash-verified

26
27// Header wraps the original Header method.
28func (lrw *LoggingResponseWriter) Header() http.Header {
29 return lrw.ResponseWriter.Header()
30}
31
32// Write wraps the original Write method.
33func (lrw *LoggingResponseWriter) Write(b []byte) (int, error) {

Callers 15

makeAlternativeRecordFunction · 0.80
getUpdateResourceFunction · 0.80
CleanMethod · 0.80
ExportAllARecordsMethod · 0.80
toNameRecordSectionFunction · 0.80
ReplaceAnswerNamesMethod · 0.80
indexOfRRFunction · 0.80
handleMDNSMessagesFunction · 0.80
ServeHTTPMethod · 0.80
ServeFileFromArchiveFunction · 0.80
handleLoginFunction · 0.80
ApplyNextTokenToResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected