enum

Crig::Client::Transport

Inherits Enum < Comparable < Value < Object

Constants

Http = 0_u8
Sse = 1_u8
NdJson = 2_u8

Instance methods

http?

Returns true if this enum value equals Http

Source
nd_json?

Returns true if this enum value equals NdJson

Source
sse?

Returns true if this enum value equals Sse

Source