mirror of https://github.com/gofiber/fiber.git
parent
e94e653ca7
commit
50a269da08
5
app.go
5
app.go
|
@ -138,8 +138,9 @@ type Config struct {
|
||||||
Immutable bool `json:"immutable"`
|
Immutable bool `json:"immutable"`
|
||||||
|
|
||||||
// When set to true, converts all encoded characters in the route back
|
// When set to true, converts all encoded characters in the route back
|
||||||
// before setting the path for the context, so that the routing can also
|
// before setting the path for the context, so that the routing,
|
||||||
// work with urlencoded special characters.
|
// the returning of the current url from the context `ctx.Path()`
|
||||||
|
// and the paramters `ctx.Params(%key%)` with decoded characters will work
|
||||||
//
|
//
|
||||||
// Default: false
|
// Default: false
|
||||||
UnescapePath bool `json:"unescape_path"`
|
UnescapePath bool `json:"unescape_path"`
|
||||||
|
|
Loading…
Reference in New Issue