We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1542d7 commit a77db63Copy full SHA for a77db63
docs/core/api/ctx.md
@@ -1216,6 +1216,9 @@ Returns a struct containing the type and a slice of ranges.
1216
Only the canonical `bytes` unit is recognized and any optional
1217
whitespace around range specifiers will be ignored, as specified
1218
in RFC 9110.
1219
+If none of the requested ranges are satisfiable, the method automatically
1220
+sets the HTTP status code to **416 Range Not Satisfiable** and populates the
1221
+`Content-Range` header with the current representation size.
1222
1223
```go title="Signature"
1224
func (c fiber.Ctx) Range(size int) (Range, error)
0 commit comments