starlette-jsonrpc
starlette-jsonrpc copied to clipboard
JSON-RPC implementation for Starlette framework
Bumps [codecov](https://github.com/codecov/codecov-python) from 2.0.15 to 2.0.16. Changelog Sourced from codecov's changelog. 2.0.16 fixed reported command injection vulnerability. Commits 3a8b06b Version 2.0.16 b2951c0 Merge pull request #231 from codecov/ce-1380 2a80aa4 CE-1380_sanitize_args...
Allow to send 'error' with cause in JSONRPCResponse. For example: {"jsonrpc": "2.0", "error": {"code": 666, "message": "Post not found"}, "id": "1"}
Current implementation can handle only `KeyError`/`TypeError`. Also I didn't see any way to manually send error response. I suppose it could be done by adding new `JSONRPCServerErrorExeption` class with code...
Bumps [starlette](https://github.com/encode/starlette) from 0.11.4 to 0.25.0. Release notes Sourced from starlette's releases. Version 0.25.0 Fixed Limit the number of fields and files when parsing multipart/form-data on the MultipartParser 8c74c2c and...