class SimpleRpc::Server
- SimpleRpc::Server
- Reference
- Object
Defined in:
simple_rpc/server.crConstructors
Instance Method Summary
Constructor Detail
def self.new(host : String = "127.0.0.1", port : Int32 = 9999, unixsocket : String | Nil = nil, debug : Bool = false, close_connection_after_request : Bool = false)
#