struct HTTP2::Frame::AltSvc
- HTTP2::Frame::AltSvc
- HTTP2::Frame
- Struct
- Value
- Object
Defined in:
frame/altsvc.crConstant Summary
-
TypeCode =
10_u8
Constructors
- .new(flags : UInt8, stream_id : UInt32, payload : Bytes = Bytes.empty)
- .new(flags : Flags, stream_id : UInt32, payload : Bytes = Bytes.empty)
- .new(flags : Flags, stream_id : UInt32, payload : String)
- .new(flags : UInt8, stream_id : UInt32, payload : String)