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

Method Header

middleware/middleware_test.go:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120 return 0, nil
121}
122func (w *testResponseWriterUnwrapper) Header() http.Header {
123 return nil
124}
125func (w *testResponseWriterUnwrapper) Unwrap() http.ResponseWriter {
126 w.unwrapCalled++
127 return w.rw

Callers 15

TestCSRFWithConfigFunction · 0.45
TestCSRFFunction · 0.45
TestCSRFSetSameSiteModeFunction · 0.45
TestCSRFConfig_skipperFunction · 0.45
TestSecureFunction · 0.45
TestSecureWithConfigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected