MCPcopy Index your code
hub / github.com/labstack/echo / Flush

Method Flush

response.go:159–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157}
158
159func (w *delayedStatusWriter) Flush() {
160 err := http.NewResponseController(w.ResponseWriter).Flush()
161 if err != nil && errors.Is(err, http.ErrNotSupported) {
162 panic(errors.New("response writer flushing is not supported"))
163 }
164}
165
166func (w *delayedStatusWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) {
167 return http.NewResponseController(w.ResponseWriter).Hijack()

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected