MCPcopy
hub / github.com/cloudflare/cloudflared / Header

Method Header

connection/http2.go:288–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286}
287
288func (rp *http2RespWriter) Header() http.Header {
289 return rp.respHeaders
290}
291
292func (rp *http2RespWriter) Flush() {
293 rp.flusher.Flush()

Callers 5

AddTrailerMethod · 0.45
WriteRespHeadersMethod · 0.45
setResponseMetaHeaderMethod · 0.45
respondWithJSONFunction · 0.45
respondWithDataFunction · 0.45

Calls

no outgoing calls

Tested by 2

respondWithJSONFunction · 0.36
respondWithDataFunction · 0.36