type net/http.http2bufferedWriter
7 uses
net/http (current package)
h2_bundle.go#L3315: type http2bufferedWriter struct {
h2_bundle.go#L3321: func http2newBufferedWriter(w io.Writer) *http2bufferedWriter {
h2_bundle.go#L3322: return &http2bufferedWriter{w: w}
h2_bundle.go#L3339: func (w *http2bufferedWriter) Available() int {
h2_bundle.go#L3346: func (w *http2bufferedWriter) Write(p []byte) (n int, err error) {
h2_bundle.go#L3355: func (w *http2bufferedWriter) Flush() error {
h2_bundle.go#L4063: bw *http2bufferedWriter // writing to conn
![]() |
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. |