class SimpleRpc::RawClient

Defined in:

simple_rpc/raw_client.cr

Constant Summary

HEADERS = HTTP::Headers {"Content-type" => "application/x-www-form-urlencoded"}

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String, port : Int32, timeout : Float64 | Nil = nil, connect_timeout : Float64 | Nil = nil) #

[View source]

Instance Method Detail

def raw_request(action, body, &) #

[View source]
def request(klass : T.class, name, *args) forall T #

[View source]
def send_request(action, args_array, &) #

[View source]