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
2018-08-31 09:05:25 -07:00
websocket Add pluggable transport interface + WebSocket support 2016-12-17 18:35:34 -08:00
.travis.yml Use the last stable Go on Travis CI (#21) 2018-08-31 09:04:50 -07:00
async.go typo in AsyncHandler docstring 2017-02-21 17:51:53 +02:00
call_opt.go Add CallOpt SetID 2017-01-31 11:08:53 +02:00
codec_test.go Add pluggable transport interface + WebSocket support 2016-12-17 18:35:34 -08:00
conn_opt.go Replaced log.Logger parameter by interface (#20) 2018-08-31 09:05:25 -07:00
handler_with_error.go add support for suppressing ErrClosed in HandlerWithError logs 2018-02-09 17:25:59 -07:00
jsonrpc2.go allow multiple OnRecv and OnSend 2018-05-01 19:02:17 +01:00
jsonrpc2_test.go Handle is blocking (#12) 2017-02-21 14:25:50 +02:00
LICENSE initial commit 2016-10-11 15:56:18 +02:00
object_test.go better null handling in (Request).params and (Response).result (#7) 2017-01-26 02:18:31 -08:00
README.md Added link to the godoc reference (#19) 2018-08-22 01:37:14 -07:00
stream.go remove content type from vscode object codec (#18) 2018-03-29 15:25:20 +02: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.