struct SimpleRpc::Server::Context
- SimpleRpc::Server::Context
- Struct
- Value
- Object
Defined in:
simple_rpc/server.crConstructors
Class Method Summary
-
.write_error(io, err : ReqError, msgid = 0_u32)
TODO disable sync?
Instance Method Summary
- #clone
- #copy_with(req _req = @req, to_io _to_io = @to_io)
- #req : Request
- #to_io : IO
- #write_error(err : Error, msg : String)
- #write_error(err : ReqError)
- #write_result(res)