MCPcopy
hub / github.com/labstack/echo / Header

Method Header

response_test.go:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104func (w *testResponseWriter) Header() http.Header {
105 return nil
106}
107
108func TestResponse_FlushPanics(t *testing.T) {
109 e := New()

Callers 15

router.goFile · 0.45
TestContextStreamFunction · 0.45
TestContextHTMLFunction · 0.45
TestContextHTMLBlobFunction · 0.45
TestContextJSONFunction · 0.45
TestContextJSONPrettyFunction · 0.45
TestContextJSONPFunction · 0.45
TestContextJSONBlobFunction · 0.45
TestContextJSONPBlobFunction · 0.45
TestContextXMLFunction · 0.45
TestContextXMLPrettyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected