plumbum / rpc-codec

JSON-RPC 2.0 codec for Go net/rpc standard library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON-RPC 2.0 GoDoc Build Status Coverage Status

jsonrpc2 is a codec for net/rpc.

Implements JSON-RPC 2.0 and JSON-RPC 2.0 Transport: HTTP specifications with following limitations:

  • Client: Batch Request not supported.
  • HTTP Client&Server: Pipelined Requests/Responses not supported.
  • HTTP Client&Server: GET Request not supported.

Installation

go get github.com/powerman/rpc-codec/...

About

JSON-RPC 2.0 codec for Go net/rpc standard library

License:MIT License


Languages

Language:Go 100.0%