jsonrpc-codec

module
v0.0.0-...-48d8f05 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2017 License: MIT

README

JSON-RPC 2.0 GoDoc Build Status Coverage Status

This package is copy of https://github.com/powerman/rpc-codec jsonrpc2 package with few modification

jsonrpc1 is a codec for net/rpc.

Implements JSON-RPC 1.0 and JSON-RPC 1.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/Arhius/jsonrpc-codec/...

Directories

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

Jump to

Keyboard shortcuts

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