Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle 'If-Modified-Since' header #35

Open
Luukdegram opened this issue Jun 14, 2021 · 0 comments
Open

Handle 'If-Modified-Since' header #35

Luukdegram opened this issue Jun 14, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Luukdegram
Copy link
Owner

Clients can send the header If-Modified-Since to save bandwidth. Although clients can ignore this, servers must comply with this header.

This means we need to be able to parse the following three formats (due to earlier HTTP versions):
If-Modified-Since: Fri, 31 Dec 1999 23:59:59 GMT
If-Modified-Since: Friday, 31-Dec-99 23:59:59 GMT
If-Modified-Since: Fri Dec 31 23:59:59 1999

@Luukdegram Luukdegram added the enhancement New feature or request label Jun 14, 2021
@Luukdegram Luukdegram added this to the HTTP 1.1 milestone Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant