aboutsummaryrefslogtreecommitdiff
path: root/src/handler.rs
Commit message (Expand)AuthorAgeFilesLines
* chore: update copyright headersFuwn2023-04-181-2/+1
* refactor(handler): misc. renameFuwn2023-04-031-1/+1
* refactor(handler): move traitsFuwn2023-04-031-36/+8
* refactor(handler): move all responses to traitsFuwn2023-04-031-4/+15
* refactor(handler): trait-based responseFuwn2023-04-031-2/+8
* feat(router): GET RID OF DIRTY BOXESFuwn2023-04-031-2/+8
* feat(router): expose response to post-route callbackv0.2.5Fuwn2023-03-311-1/+1
* feat: overhaul response systemFuwn2023-03-301-3/+3
* feat(router): modify content from post-route callbackFuwn2023-03-291-3/+8
* refactor(returnable): unify callback contextFuwn2023-03-291-9/+5
* feat(handler): more fnmutFuwn2022-03-271-1/+2
* feat(handler): fnmut partialFuwn2022-03-271-1/+1
* feat(pre/post_route_callback): fnmut closureFuwn2022-03-271-2/+5
* feat(error_handle): fnmut closureFuwn2022-03-271-2/+3
* feat(response): respond with fileFuwn2022-03-271-2/+3
* refactor(handler): move handlersFuwn2022-03-271-0/+25