bitconch-jsonrpc-http-server 0.1.0

Rust http server using JSONRPC 2.0.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
description = "Rust http server using JSONRPC 2.0."
license = "MIT"
name = "bitconch-jsonrpc-http-server"
version = "0.1.0"
authors = ["Bitconch Core Dev"]
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "server"]
documentation = "https://paritytech.github.io/jsonrpc/jsonrpc_http_server/index.html"

[dependencies]
hyper = "0.12"
bitconch-jsonrpc-core = "0.1.0"
bitconch-jsonrpc-server-utils = "0.1.0"
log = "0.4"
net2 = "0.2"
unicase = "2.0"