Skip to main content

extract_rate_limit

Function extract_rate_limit 

Source
pub fn extract_rate_limit(
    headers: &HashMap<String, String>,
) -> Option<(u32, u32, i64)>
Expand description

Extract rate limit info from response headers.