type golang.org/x/net/http2.dataBuffer
8 uses
golang.org/x/net/http2 (current package)
databuffer.go#L65: type dataBuffer struct {
databuffer.go#L77: func (b *dataBuffer) Read(p []byte) (int, error) {
databuffer.go#L102: func (b *dataBuffer) bytesFromFirstChunk() []byte {
databuffer.go#L110: func (b *dataBuffer) Len() int {
databuffer.go#L115: func (b *dataBuffer) Write(p []byte) (int, error) {
databuffer.go#L135: func (b *dataBuffer) lastChunkOrAlloc(want int64) []byte {
server.go#L2049: b: &dataBuffer{expected: req.ContentLength},
transport.go#L2051: cs.bufPipe = pipe{b: &dataBuffer{expected: res.ContentLength}}
![]() |
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. |