struct

HTTP2::Connection::Diagnostic

Inherits Struct < Value < Object

One bounded, value-only connection diagnostic. Field values and GOAWAY debug data are deliberately excluded.

Constructors

new(kind : Kind, direction : Direction = Direction::Internal, frame_type : UInt8 | Nil = nil, flags : UInt8 | Nil = nil, stream_id : UInt32 | Nil = nil, payload_length : Int32 | Nil = nil, error_code : UInt32 | Nil = nil, error_scope : ErrorScope | Nil = nil, settings : Array(Frame::Settings::Setting) | Nil = nil, message : String | Nil = nil, timestamp : Time::Instant = Time.instant)
Source

Instance methods

direction
Source
error_code
Source
error_scope
Source
flags
Source
frame_type
Source
kind
Source
message
Source
payload_length
Source
settings
Source
stream_id
Source
timestamp
Source

Nested types