Replies: 1 comment
-
This is my implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The tornado framework automatically handles the
ETag
andIf-None-Match
headers for all the HTTP responses, which can reduce the response size if the content not changed.Starlette does generate
ETag
forFileResponse
, but it ignoresIf-None-Match
. So no bytes will be saved.Beta Was this translation helpful? Give feedback.
All reactions