MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / WriteHeader

Method WriteHeader

proxy/proxy_test.go:878–880  ·  view source on GitHub ↗
(status int)

Source from the content-addressed store, hash-verified

876}
877
878func (w *wsRespWriter) WriteHeader(status int) {
879 // unused
880}
881
882func (m *wsRespWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) {
883 panic("Hijack not implemented")

Callers 15

ServeHTTPMethod · 0.45
newMetricsHandlerFunction · 0.45
respondWithJSONFunction · 0.45
SystemHandlerMethod · 0.45
TunnelStateHandlerMethod · 0.45
ConfigurationHandlerMethod · 0.45
WriteRespHeadersMethod · 0.45
ServeHTTPMethod · 0.45
writeHTTPErrorResponseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected