aboutsummaryrefslogtreecommitdiff
path: root/src/handler/response/route.rs
Commit message (Expand)AuthorAgeFilesLines
* chore(license): Relicense under MIT OR Apache-2.0HEADmainFuwn2026-02-201-17/+0
* feat(windmark): prelude feature flagFuwn2023-05-051-1/+1
* chore: update copyright headersFuwn2023-04-181-2/+1
* fix(context): custom parameters format for easy lifetimesFuwn2023-04-061-3/+3
* feat(response): async error handlerFuwn2023-04-061-3/+1
* feat(route): merge async and sync mount functions !!Fuwn2023-04-051-10/+8
* feat(route): native async route support !!Fuwn2023-04-041-5/+19
* refactor(handler): move traitsFuwn2023-04-031-0/+28