repository
0.0.0-20171005170650-48d8f05b9f7c
Repository: https://github.com/arhius/jsonrpc-codec.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
JSON-RPC 2.0

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