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-10-11 15:56:18 +02:00
.travis.yml initial commit 2016-10-11 15:56:18 +02:00
call_opt.go initial commit 2016-10-11 15:56:18 +02:00
conn_opt.go initial commit 2016-10-11 15:56:18 +02:00
handler_with_error.go initial commit 2016-10-11 15:56:18 +02:00
jsonrpc2.go initial commit 2016-10-11 15:56:18 +02:00
jsonrpc2_test.go initial commit 2016-10-11 15:56:18 +02:00
LICENSE initial commit 2016-10-11 15:56:18 +02:00
README.md initial commit 2016-10-11 15:56:18 +02: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. A handler will panic if it receives a batch request. Because of this, you should not expose any server using this package to external, untrusted traffic (yet).