Crate jsonrpsee_http_server[][src]

Structs

AccessControl

Define access on control on HTTP layer.

AccessControlBuilder

Convenience builder pattern

Host

Host type

HttpServer
HttpServerBuilder

Builder to create JSON-RPC HTTP server.

RpcContextModule

Similar to RpcModule but wraps an additional context argument that can be used to access data during call execution.

RpcModule

Sets of JSON-RPC methods can be organized into a “module” that are in turn registered on server or, alternatively, merged with other modules to construct a cohesive API.

Enums

AllowHosts

Allowed hosts for http header ‘host’

Error

Error type.

Constants

TEN_MB_SIZE_BYTES

Ten megabytes.

Type Definitions

Methods

A collection of registered Methods.