Skip to content

Commit b8404f1

Browse files
Add docs from gofiber/fiber@30bb809
1 parent 0948812 commit b8404f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/core/middleware/etag.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ app.Get("/", func(c fiber.Ctx) error {
4545
})
4646
```
4747

48+
Entity tags in requests must follow RFC 9110 and therefore be quoted, for example:
49+
50+
```text
51+
If-None-Match: "example-etag"
52+
```
53+
4854
## Config
4955

5056
| Property | Type | Description | Default |

0 commit comments

Comments
 (0)