type net/http.Flusher
9 uses
net/http (current package)
h2_bundle.go#L6084: _ Flusher = (*http2responseWriter)(nil)
server.go#L168: type Flusher interface {
net/http/httputil
reverseproxy.go#L357: if fl, ok := rw.(http.Flusher); ok {
reverseproxy.go#L497: http.Flusher
golang.org/x/net/http2
server.go#L2474: _ http.Flusher = (*responseWriter)(nil)
google.golang.org/grpc/internal/transport
handler_server.go#L71: if _, ok := w.(http.Flusher); !ok {
handler_server.go#L212: ht.rw.(http.Flusher).Flush()
handler_server.go#L312: ht.rw.(http.Flusher).Flush()
handler_server.go#L328: ht.rw.(http.Flusher).Flush()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)