type golang.org/x/net/http2.writePushPromise
6 uses
golang.org/x/net/http2 (current package)
server.go#L1150: if wpp, ok := wr.write.(*writePushPromise); ok {
server.go#L2911: write: &writePushPromise{
write.go#L251: type writePushPromise struct {
write.go#L263: func (w *writePushPromise) staysWithinBuffer(max int) bool {
write.go#L268: func (w *writePushPromise) writeFrame(ctx writeContext) error {
write.go#L286: func (w *writePushPromise) writeHeaderBlock(ctx writeContext, frag []byte, firstFrag, lastFrag bool) error {
![]() |
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. |