python-jsonrpc
python-jsonrpc copied to clipboard
curl failed
I use http server example, curl --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "add", "params": [6, 9999999]}' -H 'content-type: application/json;' http://127.0.0.1:8080 but having no thing callback
