type net/http.http2frameCache
16 uses
net/http (current package)
h2_bundle.go#L1365: type http2frameParser func(fc *http2frameCache, fh http2FrameHeader, payload []byte) (http2Frame, error)
h2_bundle.go#L1567: frameCache *http2frameCache // nil if frames aren't reused (default)
h2_bundle.go#L1653: fr.frameCache = &http2frameCache{}
h2_bundle.go#L1656: type http2frameCache struct {
h2_bundle.go#L1660: func (fc *http2frameCache) getDataFrame() *http2DataFrame {
h2_bundle.go#L1834: func http2parseDataFrame(fc *http2frameCache, fh http2FrameHeader, payload []byte) (http2Frame, error) {
h2_bundle.go#L1941: func http2parseSettingsFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (http2Frame, error) {
h2_bundle.go#L2078: func http2parsePingFrame(_ *http2frameCache, fh http2FrameHeader, payload []byte) (http2Frame, error) {
h2_bundle.go#L2118: func http2parseGoAwayFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (http2Frame, error) {
h2_bundle.go#L2158: func http2parseUnknownFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (http2Frame, error) {
h2_bundle.go#L2169: func http2parseWindowUpdateFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (http2Frame, error) {
h2_bundle.go#L2234: func http2parseHeadersFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (_ http2Frame, err error) {
h2_bundle.go#L2371: func http2parsePriorityFrame(_ *http2frameCache, fh http2FrameHeader, payload []byte) (http2Frame, error) {
h2_bundle.go#L2418: func http2parseRSTStreamFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (http2Frame, error) {
h2_bundle.go#L2448: func http2parseContinuationFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (http2Frame, error) {
h2_bundle.go#L2498: func http2parsePushPromise(_ *http2frameCache, fh http2FrameHeader, p []byte) (_ http2Frame, err 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. |