File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -218,5 +218,15 @@ The repo for our backend framework- [Velocy](https://github.com/ishtms/velocy)
218
218
- [ Host] ( /chapters/ch06.4-headers.md#host )
219
219
- [ Content-Type] ( /chapters/ch06.4-headers.md#content-type )
220
220
- [ 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
+
221
231
222
232
![ ] ( https://uddrapi.com/api/img?page=readme )
Original file line number Diff line number Diff line change @@ -347,10 +347,6 @@ An example response using `Set-Cookie`:
347
347
Set-Cookie: userprefs=language=en; currency=INR; expires=Thu, 31 Dec 2023 23:59:59 GMT; Path=/; Secure; HttpOnly
348
348
```
349
349
350
-
351
-
352
-
353
-
354
350
[ ![ Read Prev] ( /assets/imgs/prev.png )] ( /chapters/ch06.5-the-response.md )
355
351
356
352
![ ] ( https://uddrapi.com/api/img?page=ch6.4 )
You can’t perform that action at this time.
0 commit comments