google.golang.org/grpc/internal/transport.serverHandlerTransport.rw (field)
11 uses
google.golang.org/grpc/internal/transport (current package)
handler_server.go#L70: rw: w,
handler_server.go#L116: rw http.ResponseWriter
handler_server.go#L198: ht.rw.(http.Flusher).Flush()
handler_server.go#L200: h := ht.rw.Header()
handler_server.go#L254: h := ht.rw.Header()
handler_server.go#L275: h := ht.rw.Header()
handler_server.go#L296: ht.rw.Write(hdr)
handler_server.go#L297: ht.rw.Write(data)
handler_server.go#L298: ht.rw.(http.Flusher).Flush()
handler_server.go#L313: ht.rw.WriteHeader(200)
handler_server.go#L314: ht.rw.(http.Flusher).Flush()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |