1
0
Fork 0
mirror of https://github.com/sourcegraph/jsonrpc2.git synced 2026-08-16 10:08:12 +02:00
No description
Find a file
2026-07-01 20:44:25 +00:00
.github go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
websocket go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00: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
builds.json Fix for CI failure on go-fix-modernize--270b1737-ed47-45a7-86f7-80feb79e95f9 2026-07-01 20:44:25 +00:00
call_opt.go go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
call_opt_test.go go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
codec_test.go Add PlainObjectCodec (#45) 2021-04-26 09:13:34 +02:00
conn.go go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
conn_opt.go go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
conn_opt_test.go go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
conn_test.go go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
example_params_test.go Add package example test (#68) 2023-03-01 06:46:15 +02:00
example_test.go Add package example test (#68) 2023-03-01 06:46:15 +02:00
go.mod go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
go.sum add go module, simplify some cleanups 2019-11-02 21:39:58 -07:00
handler_with_error.go go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
internal_test.go Split jsonrpc2.go file into multiple files (#65) 2023-02-09 07:56:42 +01:00
jsonrpc2.go go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
jsonrpc2_test.go go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
LICENSE initial commit 2016-10-11 15:56:18 +02:00
README.md Add package example test (#68) 2023-03-01 06:46:15 +02:00
request.go go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
request_test.go Always omit params member from request when empty (#67) 2023-02-22 10:53:44 +02:00
response.go go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00
response_test.go Always omit params member from request when empty (#67) 2023-02-22 10:53:44 +02:00
SECURITY.md Update SECURITY.md 2023-09-25 11:53:41 +01:00
stream.go go: upgrade to Go 1.26.4 and run go fix ./... 2026-06-30 20:26:31 +00:00

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

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

Known issues

  • Batch requests and responses are not yet supported.