We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49530f commit 7cd38abCopy full SHA for 7cd38ab
README.md
@@ -8,6 +8,7 @@
8

9

10

11
+
12
13
Process incoming JSON-RPC requests in Python.
14
@@ -27,6 +28,7 @@ if __name__ == "__main__":
27
28
```
29
30
Or use `dispatch` instead of `serve`:
31
+
32
```python
33
response = dispatch('{"jsonrpc": "2.0", "method": "ping", "id": 1}')
34
# => '{"jsonrpc": "2.0", "result": "pong", "id": 1}'
0 commit comments