You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Age response-header field conveys the sender's estimate of the amount of time since the response (or its revalidation) was generated at the origin server. age-value = delta-seconds
Age values are non-negative decimal integers, representing time in seconds.
The text was updated successfully, but these errors were encountered:
Environment:
Test case:
Result:
Expected
42
instead in both cases (though personally I'd optimally prefertimedelta(seconds=42)
in the former case).The HTTP spec says (in part; emphasis added):
The text was updated successfully, but these errors were encountered: