Merge pull request #8802 from obozdag/patch-11

docs: Fix typo in response.rst
This commit is contained in:
kenjis 2024-04-19 07:59:23 +09:00 committed by GitHub
commit c66cae8c05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -234,7 +234,7 @@ Built into the HTTP specification are tools help the client (often the web brows
this can lead to a huge performance boost to your application because it will tell the client that they don't need
to contact the server at all since nothing has changed. And you can't get faster than that.
This are handled through the ``Cache-Control`` and ``ETag`` headers. This guide is not the proper place for a thorough
This is handled through the ``Cache-Control`` and ``ETag`` headers. This guide is not the proper place for a thorough
introduction to all of the cache headers power, but you can get a good understanding over at
`Google Developers <https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching>`_.