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.