1
4
mirror of https://github.com/yunginnanet/HellPot synced 2024-06-28 08:40:48 +00:00
HellPot/internal/http
Emil Eriksson 39e49f33d1
Use Catch-All parameters when using config.CatchAll (#129)
* Use Catch-All parameters when using config.CatchAll

The old implementation could fail to match for example
`/git/config`, but also nested paths such as `/example/here`.

See https://pkg.go.dev/github.com/fasthttp/router#readme-catch-all-parameters

* Run go fmt
2024-01-16 03:12:53 -08:00
..
robots.go Fix remoteaddr from previous commit 2023-01-03 09:47:57 -08:00
router_unix.go Tidy up + Enable automatic releases (#31) (#65) 2023-02-02 21:23:32 -08:00
router_windows.go Begin limiting writer implementation 2022-09-11 03:04:46 -07:00
router.go Use Catch-All parameters when using config.CatchAll (#129) 2024-01-16 03:12:53 -08:00