Searched defs:http2GoAwayFrame (Results 1 – 1 of 1) sorted by relevance
2294 type http2GoAwayFrame struct { struct2295 http2FrameHeader2296 LastStreamID uint322297 ErrCode http2ErrCode2298 debugData []byte2305 func (f *http2GoAwayFrame) DebugData() []byte {