Skip to content

Commit

Permalink
fix jsonrpc link in clienthowto (go-delve#2154)
Browse files Browse the repository at this point in the history
* Update ClientHowto.md

* Update ClientHowto.md
  • Loading branch information
Poh Zi How authored Aug 27, 2020
1 parent 0fa2ac5 commit 9957bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/api/ClientHowto.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The `--log-to-file` and `--log-to-fd` options can be used to redirect the "API s

## Controlling the backend

Once you have a running headless instance you can connect to it and start sending commands. Delve's protocol is built on top of the [JSON-RPC](http://json-rpc.org) specification.
Once you have a running headless instance you can connect to it and start sending commands. Delve's protocol is built on top of the [JSON-RPC 1.0 specification](https://www.jsonrpc.org/specification_v1).

The methods of a `service/rpc2.RPCServer` are exposed through this connection, to find out which requests you can send see the documentation of RPCServer on [godoc](https://godoc.org/github.com/go-delve/Delve/service/rpc2#RPCServer).

Expand Down

0 comments on commit 9957bee

Please sign in to comment.