Type returns the frame type (https://httpwg.org/specs/rfc7540.html#Frame_types)
()
| 84 | |
| 85 | // Type returns the frame type (https://httpwg.org/specs/rfc7540.html#Frame_types) |
| 86 | func (f *FrameHeader) Type() FrameType { |
| 87 | return f.kind |
| 88 | } |
| 89 | |
| 90 | func (f *FrameHeader) Flags() FrameFlags { |
| 91 | return f.flags |
no outgoing calls
no test coverage detected