未验证 提交 9957bee7 编写于 作者: P Poh Zi How 提交者: GitHub

fix jsonrpc link in clienthowto (#2154)

* Update ClientHowto.md

* Update ClientHowto.md
上级 0fa2ac5a
......@@ -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).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册