pub const HTTP_REQUEST_RESEND_COUNT: &'static str;
Expand description

The ordinal number of request resending attempt (for any reason, including redirects).

The resend count SHOULD be updated each time an HTTP request gets resent by the client, regardless of what was the cause of the resending (e.g. redirection, authorization failure, 503 Server Unavailable, network issues, or any other).

ยงExamples

  • 3