LearnGO/go/pkg/mod/github.com/sourcegraph/jsonrpc2@v0.0.0-20191222043438-96c4efab7ee2
2024-09-19 21:38:24 -04:00
..
.github/workflows whatcanGOwrong 2024-09-19 21:38:24 -04:00
websocket whatcanGOwrong 2024-09-19 21:38:24 -04:00
.travis.yml whatcanGOwrong 2024-09-19 21:38:24 -04:00
async.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
call_opt.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
codec_test.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
conn_opt.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
go.mod whatcanGOwrong 2024-09-19 21:38:24 -04:00
go.sum whatcanGOwrong 2024-09-19 21:38:24 -04:00
handler_with_error.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
jsonrpc2_test.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
jsonrpc2.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
LICENSE whatcanGOwrong 2024-09-19 21:38:24 -04:00
object_test.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
README.md whatcanGOwrong 2024-09-19 21:38:24 -04:00
stream.go whatcanGOwrong 2024-09-19 21:38:24 -04:00

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

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.