rpc-codec

module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2018 License: MIT

README

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/...

Directories

Path Synopsis
Package jsonrpc2 implements a JSON-RPC 2.0 ClientCodec and ServerCodec for the net/rpc package and HTTP transport for JSON-RPC 2.0.
Package jsonrpc2 implements a JSON-RPC 2.0 ClientCodec and ServerCodec for the net/rpc package and HTTP transport for JSON-RPC 2.0.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL