diff --git a/Readme.md b/Readme.md index fb26604..c0c9418 100644 --- a/Readme.md +++ b/Readme.md @@ -218,5 +218,15 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy) - [Host](/chapters/ch06.4-headers.md#host) - [Content-Type](/chapters/ch06.4-headers.md#content-type) - [Response Headers](/chapters/ch06.4-headers.md#response-headers) + - [Content-Type (response)](/chapters/ch06.4-headers.md#content-type-response) + - [Cache-Control](/chapters/ch06.4-headers.md#cache-control) + - [How Caches Work](/chapters/ch06.4-headers.md#how-caches-work) + - [Cache-Control Directives](/chapters/ch06.4-headers.md#cache-control-directives) + - [Always Cache (infrequent updates)](/chapters/ch06.4-headers.md#always-cache-infrequent-updates) + - [Always Cache (private only)](/chapters/ch06.4-headers.md#always-cache-private-only) + - [Never Cache (realtime data)](/chapters/ch06.4-headers.md#never-cache-realtime-data) + - [Set-Cookie](/chapters/ch06.4-headers.md#set-cookie) + + ![](https://uddrapi.com/api/img?page=readme) diff --git a/chapters/ch06.4-headers.md b/chapters/ch06.4-headers.md index de96bc7..5c43001 100644 --- a/chapters/ch06.4-headers.md +++ b/chapters/ch06.4-headers.md @@ -347,10 +347,6 @@ An example response using `Set-Cookie`: Set-Cookie: userprefs=language=en; currency=INR; expires=Thu, 31 Dec 2023 23:59:59 GMT; Path=/; Secure; HttpOnly ``` - - - - [![Read Prev](/assets/imgs/prev.png)](/chapters/ch06.5-the-response.md) ![](https://uddrapi.com/api/img?page=ch6.4)