MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / Header

Method Header

pkg/waveapp/streamingresp.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (w *StreamingResponseWriter) Header() http.Header {
37 return w.header
38}
39
40func (w *StreamingResponseWriter) WriteHeader(statusCode int) {
41 if w.headerSent {

Callers 1

ServeFileOptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected