jsonrpsee_server

Module http

Source
Expand description

HTTP related server functionality.

Modules§

response
HTTP response helpers.

Functions§

call_with_service
Make JSON-RPC HTTP call with a service RpcServiceT
call_with_service_builder
Make JSON-RPC HTTP call with a RpcServiceBuilder
content_type_is_json
Checks that content type of received request is valid for JSON-RPC.
is_json
Returns true if the content_type header indicates a valid JSON message.