Skip to content

Commit 0f4bf20

Browse files
committed
update readme
1 parent d0938d0 commit 0f4bf20

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Readme.md

+10
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,15 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy)
218218
- [Host](/chapters/ch06.4-headers.md#host)
219219
- [Content-Type](/chapters/ch06.4-headers.md#content-type)
220220
- [Response Headers](/chapters/ch06.4-headers.md#response-headers)
221+
- [Content-Type (response)](/chapters/ch06.4-headers.md#content-type-response)
222+
- [Cache-Control](/chapters/ch06.4-headers.md#cache-control)
223+
- [How Caches Work](/chapters/ch06.4-headers.md#how-caches-work)
224+
- [Cache-Control Directives](/chapters/ch06.4-headers.md#cache-control-directives)
225+
- [Always Cache (infrequent updates)](/chapters/ch06.4-headers.md#always-cache-infrequent-updates)
226+
- [Always Cache (private only)](/chapters/ch06.4-headers.md#always-cache-private-only)
227+
- [Never Cache (realtime data)](/chapters/ch06.4-headers.md#never-cache-realtime-data)
228+
- [Set-Cookie](/chapters/ch06.4-headers.md#set-cookie)
229+
230+
221231

222232
![](https://uddrapi.com/api/img?page=readme)

chapters/ch06.4-headers.md

-4
Original file line numberDiff line numberDiff line change
@@ -347,10 +347,6 @@ An example response using `Set-Cookie`:
347347
Set-Cookie: userprefs=language=en; currency=INR; expires=Thu, 31 Dec 2023 23:59:59 GMT; Path=/; Secure; HttpOnly
348348
```
349349

350-
351-
352-
353-
354350
[![Read Prev](/assets/imgs/prev.png)](/chapters/ch06.5-the-response.md)
355351

356352
![](https://uddrapi.com/api/img?page=ch6.4)

0 commit comments

Comments
 (0)