forgejo/modules/web
Gusted 310376525b
[CHORE] Use forked binding library
- Use the forked [binding](https://code.forgejo.org/go-chi/binding)
library. This library has two benefits, it removes the usage of
`github.com/goccy/go-json` (has no benefit as the minimo library is also
using it). It adds the `TrimSpace` feature, which will during the
binding part trim the spaces around the value it got from the form, this
is done before validation.
2024-11-05 22:47:34 +01:00
..
middleware [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
routing Update tool dependencies (#26607) 2023-08-20 22:59:19 +00:00
types Refactor web package and context package (#25298) 2023-06-18 09:59:09 +02:00
handler.go [GITEA] Use maintained gziphandler 2024-02-05 16:09:40 +01:00
route.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
route_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
routemock.go Make route middleware/handler mockable (#25766) 2023-07-09 12:25:53 +00:00
routemock_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00