Module jsonrpsee_server::middleware::proxy_get_request
source · Expand description
Proxy GET /path
to internal RPC methods.
Middleware that proxies requests at a specified URI to internal
RPC method calls.
Structs
- Proxy
GET /path
requests to the specified RPC method calls. - Layer that applies
ProxyGetRequest
which proxies theGET /path
requests to specific RPC method calls and that strips the response.