Documentation ¶
Index ¶
Constants ¶
View Source
const ( // JSON-RPC protocol error codes. ParseError = -32700 InvalidRequest = -32600 MethodNotFound = -32601 InvalidParams = -32602 InternalError = -32603 )
Variables ¶
This section is empty.
Functions ¶
func Handle ¶
func Handle(w http.ResponseWriter, r *http.Request)
this is the funciton that should be called in order to answer an rpc call should be registered like "http.AddMethod("/", httpjsonrpc.Handle)"
func StartRPCServer ¶
func StartRPCServer()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.