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

Method Header

cmd/testai/main-testai.go:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (w *TestResponseWriter) Header() http.Header {
40 if w.header == nil {
41 w.header = make(http.Header)
42 }
43 return w.header
44}
45
46func (w *TestResponseWriter) Write(data []byte) (int, error) {
47 fmt.Printf("SSE: %s", string(data))

Callers 10

setNoCacheHeadersFunction · 0.45
setCORSHeadersFunction · 0.45
handleRenderMethod · 0.45
handleDataMethod · 0.45
handleConfigGetMethod · 0.45
handleConfigPostMethod · 0.45
handleSchemasMethod · 0.45
handleModalResultMethod · 0.45
handleSSEMethod · 0.45
handleManifestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected