Skip to main content

Module upstream_http

Module upstream_http 

Source
Expand description

Production UpstreamClient impl over reqwest. Plain JSON-RPC POST to the upstream URL.

Why not solana-client: its typed RpcClient doesn’t surface generic method dispatch, and we need to pass unknown methods through unchanged. reqwest is the de facto Rust HTTP client and what solana-client uses internally anyway.

Structs§

HttpUpstream