module

CryBase::Connectivity::HTTPClient

Constants

RECONNECT_ERROR_MESSAGE = "This HTTP::Client cannot be reconnected"

Class methods

open(host : String, port : Int32, config : SocketConfig = SocketConfig.new, *, username : String | Nil = nil, password : String | Nil = nil) : Client
Source
open(host_port : String, config : SocketConfig = SocketConfig.new, *, username : String | Nil = nil, password : String | Nil = nil) : Client
Source
reconnect_error?(error : Exception) : Bool
Source

Nested types