mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
🐛 UnescapePath not working #1102
Co-authored-by: Fenny <fenny@gofiber.io>
This commit is contained in:
parent
b51def0bb8
commit
e94e653ca7
2
ctx.go
2
ctx.go
@ -42,7 +42,7 @@ type Ctx struct {
|
|||||||
baseURI string // HTTP base uri
|
baseURI string // HTTP base uri
|
||||||
path string // Prettified HTTP path for the user -> string copy from pathBuffer
|
path string // Prettified HTTP path for the user -> string copy from pathBuffer
|
||||||
pathBuffer []byte // HTTP path buffer
|
pathBuffer []byte // HTTP path buffer
|
||||||
detectionPath string // Route detection path -> string copy from pathBuffer
|
detectionPath string // Route detection path -> string copy from detectionPathBuffer
|
||||||
detectionPathBuffer []byte // HTTP path detectionPath
|
detectionPathBuffer []byte // HTTP path detectionPath
|
||||||
treePath string // Path for the search in the tree
|
treePath string // Path for the search in the tree
|
||||||
pathOriginal string // Original HTTP path
|
pathOriginal string // Original HTTP path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user