We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8dd07 commit c55e39cCopy full SHA for c55e39c
src/askui/utils/http_utils.py
@@ -4,7 +4,8 @@
4
def parse_retry_after_header(retry_after: str) -> float:
5
"""Parse the Retry-After header value.
6
7
- The Retry-After header value can be a number of seconds or a date in RFC 2822 format:
+ The Retry-After header value can be a number of seconds or a date in
8
+ RFC 2822 format:
9
- `<number>`
10
- `<day-name>, <day> <month> <year> <hour>:<minute>:<second> GMT`
11
0 commit comments