harness-drone/vendor/github.com/sourcegraph/jsonrpc2
..
websocket
call_opt.go
conn_opt.go
handler_with_error.go
jsonrpc2.go
LICENSE
README.md
stream.go

jsonrpc2: JSON-RPC 2.0 implementation for Go Build Status Sourcegraph

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.