enum

HTTP2::ErrorScope

Inherits Enum < Comparable < Value < Object

Identifies whether an HTTP/2 violation terminates one stream or the connection.

Constants

Connection = 0
Stream = 1

Instance methods

connection?

Returns true if this enum value equals Connection

Source
stream?

Returns true if this enum value equals Stream

Source