type net/http.http2FrameHeader
35 uses
net/http (current package)
h2_bundle.go#L1365: type http2frameParser func(fc *http2frameCache, fh http2FrameHeader, payload []byte) (http2Frame, error)
h2_bundle.go#L1390: type http2FrameHeader struct {
h2_bundle.go#L1414: func (h http2FrameHeader) Header() http2FrameHeader { return h }
h2_bundle.go#L1416: func (h http2FrameHeader) String() string {
h2_bundle.go#L1424: func (h http2FrameHeader) writeDebug(buf *bytes.Buffer) {
h2_bundle.go#L1451: func (h *http2FrameHeader) checkValid() {
h2_bundle.go#L1457: func (h *http2FrameHeader) invalidate() { h.valid = false }
h2_bundle.go#L1470: func http2ReadFrameHeader(r io.Reader) (http2FrameHeader, error) {
h2_bundle.go#L1476: func http2readFrameHeader(buf []byte, r io.Reader) (http2FrameHeader, error) {
h2_bundle.go#L1479: return http2FrameHeader{}, err
h2_bundle.go#L1481: return http2FrameHeader{
h2_bundle.go#L1496: Header() http2FrameHeader
h2_bundle.go#L1817: http2FrameHeader
h2_bundle.go#L1834: func http2parseDataFrame(fc *http2frameCache, fh http2FrameHeader, payload []byte) (http2Frame, error) {
h2_bundle.go#L1937: http2FrameHeader
h2_bundle.go#L1941: func http2parseSettingsFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (http2Frame, error) {
h2_bundle.go#L2072: http2FrameHeader
h2_bundle.go#L2078: func http2parsePingFrame(_ *http2frameCache, fh http2FrameHeader, payload []byte) (http2Frame, error) {
h2_bundle.go#L2103: http2FrameHeader
h2_bundle.go#L2118: func http2parseGoAwayFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (http2Frame, error) {
h2_bundle.go#L2144: http2FrameHeader
h2_bundle.go#L2158: func http2parseUnknownFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (http2Frame, error) {
h2_bundle.go#L2165: http2FrameHeader
h2_bundle.go#L2169: func http2parseWindowUpdateFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (http2Frame, error) {
h2_bundle.go#L2209: http2FrameHeader
h2_bundle.go#L2234: func http2parseHeadersFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (_ http2Frame, err error) {
h2_bundle.go#L2346: http2FrameHeader
h2_bundle.go#L2371: func http2parsePriorityFrame(_ *http2frameCache, fh http2FrameHeader, payload []byte) (http2Frame, error) {
h2_bundle.go#L2414: http2FrameHeader
h2_bundle.go#L2418: func http2parseRSTStreamFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (http2Frame, error) {
h2_bundle.go#L2444: http2FrameHeader
h2_bundle.go#L2448: func http2parseContinuationFrame(_ *http2frameCache, fh http2FrameHeader, p []byte) (http2Frame, error) {
h2_bundle.go#L2484: http2FrameHeader
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. |