Skip to main content

send_json

Function send_json 

Source
pub async fn send_json<T: DeserializeOwned>(
    req: RequestBuilder,
) -> Result<(T, HeaderMap)>
Expand description

Send a JSON request and parse the response.

This function includes retry logic with exponential backoff for transient failures.