Skip to content

Commit

Permalink
Fix docu
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Mar 24, 2023
1 parent cc5c793 commit c912118
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/api/ctx.md
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,6 @@ app.Get("/", func(c *fiber.Ctx) error {
})
```
## QueryFloat
This property is an object containing a property for each query float64 parameter in the route, you could pass an optional default value that will be returned if the query key does not exist.
Expand Down Expand Up @@ -1175,9 +1174,6 @@ app.Get("/", func(c *fiber.Ctx) error {
})
```
> _Returned value is only valid within the handler. Do not store any references.
> Make copies or use the_ [_**`Immutable`**_](ctx.md) _setting instead._ [_Read more..._](../#zero-allocation)
## QueryParser
This method is similar to [BodyParser](ctx.md#bodyparser), but for query parameters.
Expand Down

0 comments on commit c912118

Please sign in to comment.