26 releases (11 breaking)
0.12.0 | Nov 19, 2024 |
---|---|
0.11.5 | Sep 20, 2024 |
0.11.2 | Jun 26, 2024 |
0.10.3 | Mar 16, 2024 |
0.3.0 | Jun 27, 2023 |
#1304 in Network programming
1,554 downloads per month
Used in 11 crates
(3 directly)
27KB
586 lines
ATrium XRPC
Definitions for ATProto's XRPC request/response, and their associated errors.
The XrpcClient
trait inherits from and uses HttpClient
to provide a default implementation for handling XRPC requests. So developers can create their own Client for XRPC by implementing an HttpClient
that sends asynchronous HTTP requests according to this interface.
Dependencies
~2–3MB
~61K SLoC