class SimpleRpc::RawClient
- SimpleRpc::RawClient
- Reference
- Object
Defined in:
simple_rpc/raw_client.crConstant Summary
-
HEADERS =
HTTP::Headers {"Content-type" => "application/x-www-form-urlencoded"}
Constructors
Instance Method Summary
- #raw_request(action, body, &)
- #request(klass : T.class, name, *args) forall T
- #send_request(action, args_array, &)
Constructor Detail
def self.new(host : String, port : Int32, timeout : Float64 | Nil = nil, connect_timeout : Float64 | Nil = nil)
#