Crate jsonrpsee_http_server[][src]

Expand description

jsonrpsee-http-server

jsonrpsee-http-server is a JSON RPC HTTPS server library that’s is built for async/await.

Modules

response

Common builders for RPC responses. Contains common builders for hyper responses.

Structs

AccessControl

Define access on control on HTTP layer.

AccessControlBuilder

Convenience builder pattern

Host

Host type

HttpServer

An HTTP JSON RPC server.

HttpServerBuilder

Builder to create JSON-RPC HTTP server.

RpcModule

Sets of JSON-RPC methods can be organized into a “module“s that are in turn registered on the server or, alternatively, merged with other modules to construct a cohesive API. RpcModule wraps an additional context argument that can be used to access data during call execution.

Enums

AllowHosts

Allowed hosts for http header ‘host’

Error

Error type.

Constants

TEN_MB_SIZE_BYTES

Ten megabytes.