summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/session.rs
Commit message (Expand)AuthorAgeFilesLines
...
* rpc: Rename BoxedResponseBody => ResponseBodyNick Mathewson2023-04-121-5/+5
* rpc: Remove anyhow dependencyNick Mathewson2023-04-121-5/+13
* rpc: Add standard warnings to arti-rpcserverNick Mathewson2023-04-121-1/+15
* rpc: Add an authentication step.Nick Mathewson2023-04-121-1/+70
* rpc: Declare a trivial Echo command that works on a session.Nick Mathewson2023-04-121-1/+24
* rpc: Wire up arti-rpcserver to use tor-rpccmd.Nick Mathewson2023-04-121-24/+153
* rpc: Add a Session object and an interaction loop.Nick Mathewson2023-04-121-0/+183