| Delete RPC authentication cookie from
| disk
|
| Generate a new RPC authentication cookie
| and write it to disk
|
| Read the RPC authentication cookie
| from disk
|
| Get name of RPC authentication cookie
| file
|
| Parse JSON-RPC batch reply into a vector
|
| JSON-RPC protocol.
|
| Bitcoin speaks version 1.0 for maximum
| compatibility, but uses JSON-RPC 1.1/2.0
| standards for parts of the 1.0 standard
| that were unspecified (HTTP errors
| and contents of ‘error’).
|
| 1.0 spec: http://json-rpc.org/wiki/specification
|
| 1.2 spec: http://jsonrpc.org/historical/json-rpc-over-http.html
|