Documentation
¶
Index ¶
- func BytesToFrame(b []byte) (http2.Frame, error)
- func Dump(f http2.Frame) (string, error)
- func DumpMetaHeaders(f *http2.MetaHeadersFrame) (string, error)
- func FrameToHTTPRequest(frame http2.Frame) (*http.Request, error)
- func FrameToHTTPResponse(frame http2.Frame) (*http.Response, error)
- func GetFrameType(f http2.Frame) http2.FrameType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DumpMetaHeaders ¶
func DumpMetaHeaders(f *http2.MetaHeadersFrame) (string, error)
DumpMetaHeaders
func FrameToHTTPRequest ¶
Frame2HTTPRequest creates http.Request from frame
func FrameToHTTPResponse ¶
FrameToHTTPResponse creates http.Response from frame
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.