xrpc 0.1.3 xrpc: ^0.1.3 copied to clipboard
Provide an HTTP client specialized for XRPC communication in AT Protocol.
Release Note #
v0.1.2 #
- Added
decoder
parameter insubscribe
and delegate data decoding to the responsibility of the app that usesxrpc
. (#472)
v0.0.13 #
- Supported
protocol
options inquery
,procedure
,upload
. You can choosehttp
as a protocol for your test locally. Defaults tohttps
. (#269)
v0.0.3 #
- Fixed internal structures.
v0.0.1 #
- First Release.
v0.0.0 #
- Let's start.