Skip to main content

is_retryable_http_status

Function is_retryable_http_status 

Source
pub fn is_retryable_http_status(status: u16) -> bool
Expand description

Returns whether an HTTP response represents a transient failure that a caller may safely retry.