1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-06-16 04:04:56 +02:00
No description
Find a file
2016-11-06 07:12:05 -08:00
.travis.yml ci: use go 1.7.1, 'release' is not valid 2016-10-11 16:13:48 +02:00
call_opt.go initial commit 2016-10-11 15:56:18 +02:00
conn_opt.go support string request IDs (in addition to numeric request IDs) 2016-11-06 07:12:05 -08:00
handler_with_error.go Send something over the wire for responses 2016-10-28 16:46:40 -07:00
jsonrpc2.go support string request IDs (in addition to numeric request IDs) 2016-11-06 07:12:05 -08:00
jsonrpc2_test.go support string request IDs (in addition to numeric request IDs) 2016-11-06 07:12:05 -08:00
LICENSE initial commit 2016-10-11 15:56:18 +02:00
README.md remove incomplete JSON-RPC 2.0 batch support 2016-11-06 06:51:04 -08:00

jsonrpc2: JSON-RPC 2.0 implementation for Go Build Status

Package jsonrpc2 provides a Go implementation of JSON-RPC 2.0.

This package is experimental until further notice.

Open the code in Sourcegraph

Known issues

  • Batch requests and responses are not yet supported.