type net/http.Flusher

8 uses

	net/http (current package)
		h2_bundle.go#L6692: 	_ Flusher           = (*http2responseWriter)(nil)
		responsecontroller.go#L53: 		case Flusher:
		server.go#L174: type Flusher interface {

	golang.org/x/net/http2
		server.go#L2596: 	_ http.Flusher       = (*responseWriter)(nil)

	google.golang.org/grpc/internal/transport
		handler_server.go#L73: 	if _, ok := w.(http.Flusher); !ok {
		handler_server.go#L241: 		ht.rw.(http.Flusher).Flush()
		handler_server.go#L351: 		ht.rw.(http.Flusher).Flush()
		handler_server.go#L372: 		ht.rw.(http.Flusher).Flush()