MCPcopy
hub / github.com/wavetermdev/waveterm / Header

Method Header

pkg/web/web.go:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func (rw *notFoundBlockingResponseWriter) Header() http.Header {
83 return rw.headers
84}
85
86func (rw *notFoundBlockingResponseWriter) WriteHeader(status int) {
87 if status == http.StatusNotFound {

Callers 13

addHeadersFunction · 0.45
WriteHeaderMethod · 0.45
handleServiceFunction · 0.45
handleWaveFileFunction · 0.45
serveTransparentGIFFunction · 0.45
WriteJsonErrorFunction · 0.45
WriteJsonSuccessFunction · 0.45
WebFnWrapFunction · 0.45
RunWebServerFunction · 0.45
handleVDomFunction · 0.45
SetupSSEMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected