aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/src/client.rs
Commit message (Collapse)AuthorAgeFiles
* jsonrpc: add ws cargo featureshozan232024-05-201
|
* add support for tokio & improve net crate apihozan232024-05-191
|
* jsonrpc: extend the example in the libraryhozan232024-03-131
|
* jsonrpc: Handle client connection failures & perform general cleanuphozan232024-03-111
|
* Ensure uniform usage of the name `karyon` across all fileshozan232023-12-021
|
* net: Use ToConn and ToListener traits for objects that can be convertedhozan232023-11-301
| | | | to Conn and Listener.
* jsonrpc: Enhance the API and add support for TCP, Unix, and TLS protocols.hozan232023-11-301
|
* implement TLS for inbound and outbound connectionshozan232023-11-281
|
* jsonrpc: switch to LF delimiter for reading json, replacing the dummy delimiterhozan232023-11-211
|
* jsonrpc/codec: rename `max_allowed_msg_size` to `max_allowed_buffer_size`hozan232023-11-201
|
* jsonrpc: add Codec struct for reading from and writing to the connectionhozan232023-11-201
|
* karyons jsonrpc implementationhozan232023-11-191