type golang.org/x/net/http2.writeContext
18 uses
golang.org/x/net/http2 (current package)
write.go#L20: writeFrame(writeContext) error
write.go#L38: type writeContext interface {
write.go#L67: func (flushFrameWriter) writeFrame(ctx writeContext) error {
write.go#L81: func (s writeSettings) writeFrame(ctx writeContext) error {
write.go#L90: func (p *writeGoAway) writeFrame(ctx writeContext) error {
write.go#L108: func (w *writeData) writeFrame(ctx writeContext) error {
write.go#L122: func (hp handlerPanicRST) writeFrame(ctx writeContext) error {
write.go#L128: func (se StreamError) writeFrame(ctx writeContext) error {
write.go#L136: func (w writePingAck) writeFrame(ctx writeContext) error {
write.go#L144: func (writeSettingsAck) writeFrame(ctx writeContext) error {
write.go#L153: func splitHeaderBlock(ctx writeContext, headerBlock []byte, fn func(ctx writeContext, frag []byte, firstFrag, lastFrag bool) error) error {
write.go#L209: func (w *writeResHeaders) writeFrame(ctx writeContext) error {
write.go#L237: func (w *writeResHeaders) writeHeaderBlock(ctx writeContext, frag []byte, firstFrag, lastFrag bool) error {
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 {
write.go#L303: func (w write100ContinueHeadersFrame) writeFrame(ctx writeContext) error {
write.go#L327: func (wu writeWindowUpdate) writeFrame(ctx writeContext) 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. |