Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Related refactors to ctx.FormX functions (#16567) | 6543 | 2021-08-11 | 1 | -4/+3 |
| | | | | | | | * use FormTrim if posible * speedup goGet * only convert if nessesary | ||||
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 1 | -3/+3 |
| | | | | | | | Followup from #16562 prepare for #16567 * Rename ctx.Form() to ctx.FormString() * Reimplement FormX func to need less code and cpu cycles * Move code into own file | ||||
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -4/+4 |
| | |||||
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -0/+55 |
* refactor routers directory * move func used for web and api to common * make corsHandler a function to prohibit side efects * rm unused func Co-authored-by: 6543 <6543@obermui.de> |