Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for http2FrameType (0.23 sec)

  1. src/net/http/h2_bundle.go

    type http2FrameType uint8
    
    const (
    	http2FrameData         http2FrameType = 0x0
    	http2FrameHeaders      http2FrameType = 0x1
    	http2FramePriority     http2FrameType = 0x2
    	http2FrameRSTStream    http2FrameType = 0x3
    	http2FrameSettings     http2FrameType = 0x4
    	http2FramePushPromise  http2FrameType = 0x5
    	http2FramePing         http2FrameType = 0x6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top