mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Merge pull request #8802 from obozdag/patch-11
docs: Fix typo in response.rst
This commit is contained in:
commit
c66cae8c05
@ -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>`_.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user