mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-13 12:41:21 +00:00
.. | ||
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
Package jsonrpc2 provides a Go implementation of JSON-RPC 2.0.
This package is experimental until further notice.
Known issues
- Batch requests and responses are not yet supported.