Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jacobsapps/30a9f9220341656ade8f5aa2642faaad to your computer and use it in GitHub Desktop.

Select an option

Save jacobsapps/30a9f9220341656ade8f5aa2642faaad to your computer and use it in GitHub Desktop.
func retryAfterSeconds(from response: HTTPURLResponse) -> TimeInterval? {
response.value(forHTTPHeaderField: "Retry-After").flatMap(TimeInterval.init)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment