Skip to main content

Module dispatch

Module dispatch 

Source
Expand description

Request sanity check and method dispatch.

Structsยง

NewRequest ๐Ÿ”’

Enumsยง

Handler ๐Ÿ”’
Resolved handler for a request. Holds whichever method matched.
SanityCheckResult ๐Ÿ”’

Functionsยง

err_res ๐Ÿ”’
method_not_found ๐Ÿ”’
sanity_check ๐Ÿ”’
Parse and validate a raw JSON-RPC request.