MCPcopy
hub / github.com/gin-gonic/gin / CloseNotify

Method CloseNotify

response_writer.go:124–126  ·  view source on GitHub ↗

CloseNotify implements the http.CloseNotifier interface.

()

Source from the content-addressed store, hash-verified

122
123// CloseNotify implements the http.CloseNotifier interface.
124func (w *responseWriter) CloseNotify() <-chan bool {
125 return w.ResponseWriter.(http.CloseNotifier).CloseNotify()
126}
127
128// Flush implements the http.Flusher interface.
129func (w *responseWriter) Flush() {

Callers 2

TestResponseWriterHijackFunction · 0.45
StreamMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestResponseWriterHijackFunction · 0.36