Skip to content

Commit 4b7803b

Browse files
committed
add HTTP cache header example
1 parent b178e98 commit 4b7803b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

examples/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ Following example applications demonstrate how to use session with Fano Framewor
8484

8585
[Fano Json Request](https://github.com/fanoframework/fano-json-request) demonstrates how to [handle request with JSON body](/working-with-request#handling-request-with-json-body).
8686

87+
## HTTP cache header examples
88+
89+
[Fano Cache Control](https://github.com/fanoframework/fano-cache-control) demonstrates how to [add HTTP cache header](/working-with-response/http-cache-header).
90+
8791
## Explore more
8892

8993
- [Getting started](/getting-started)

working-with-response/http-cache-header/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ container.add(
101101
- [Working with Request](/working-with-request)
102102
- [Working with Response](/working-with-response)
103103
- [Middlewares](/middlewares)
104+
- [Fano Cache Control example](https://github.com/fanoframework/fano-cache-control)

0 commit comments

Comments
 (0)