pub(crate) fn parse_common_rate_limit_header_fields(
headers: &HeaderMap,
) -> (Option<usize>, Option<usize>)Expand description
Parse the common “X-RateLimit” header fields. Unfortunately, this is not standardised yet, but there is an IETF draft.