MCPcopy
hub / github.com/go-chi/chi / Flush

Method Flush

middleware/wrap_writer.go:237–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235}
236
237func (f *http2FancyWriter) Flush() {
238 f.wroteHeader = true
239 fl := f.basicWriter.ResponseWriter.(http.Flusher)
240 fl.Flush()
241}
242
243var _ http.Flusher = &http2FancyWriter{}

Calls 1

FlushMethod · 0.65