Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ishtms committed Aug 29, 2023
1 parent d0938d0 commit 0f4bf20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 0 additions & 4 deletions chapters/ch06.4-headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0f4bf20

Please sign in to comment.