json_rpc_adapter 0.7.0
json_rpc_adapter: ^0.7.0 copied to clipboard
HTTP client and shelf server adapters for easier JSON-RPC, with efficient binary encodings (optional mirrors for automatic binding).
0.7.0 #
- Updated dependencies.
- Support additional HTTP client headers (for authorization).
- Support custom
JsonCodec. - Throwing
UnimplementedErrorwhen nullable return type returnsnull(previously it was stuck).
0.6.0 #
- Updated dependencies.
0.5.0 #
- Migrated to null safety.
0.4.1 #
Handle ErrorDecoder returning custom Exception type.
0.4.0 #
- Initial public release.