| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | refactor(handler): trait-based response | Fuwn | 2023-04-03 | 1 | -6/+9 | |
| | | ||||||
| * | feat(router): GET RID OF DIRTY BOXES | Fuwn | 2023-04-03 | 1 | -13/+7 | |
| | | ||||||
| * | feat(response): allow multiple languages | Fuwn | 2023-04-02 | 1 | -9/+14 | |
| | | ||||||
| * | refactor(src): clean up string generics | Fuwn | 2023-04-02 | 1 | -20/+23 | |
| | | ||||||
| * | feat(router): expose response to post-route callback | Fuwn | 2023-03-31 | 1 | -3/+4 | |
| | | ||||||
| * | feat(router): generalize all strings | Fuwn | 2023-03-31 | 1 | -16/+26 | |
| | | ||||||
| * | refactor(router): change response-related setters | Fuwn | 2023-03-30 | 1 | -6/+10 | |
| | | ||||||
| * | docs: fix old response documentation | Fuwn | 2023-03-30 | 1 | -7/+7 | |
| | | ||||||
| * | feat: overhaul response system | Fuwn | 2023-03-30 | 1 | -39/+33 | |
| | | ||||||
| * | feat(router): modify content from post-route callback | Fuwn | 2023-03-29 | 1 | -37/+39 | |
| | | ||||||
| * | refactor(returnable): unify callback context | Fuwn | 2023-03-29 | 1 | -8/+14 | |
| | | ||||||
| * | deps: bump tokio and tokio-openssl to latest | Fuwn | 2023-03-21 | 1 | -14/+32 | |
| | | | | | | | I've been putting off bumping these two packages for almost a year now since I didn't know what they would break (they broke a lot). I finally had the courage and the time to go for it, and it only took about two hours of debugging. | |||||
| * | style(router.rs): clippy lints | Fuwn | 2023-02-04 | 1 | -32/+13 | |
| | | ||||||
| * | feat: drop rust nightly requirement!!! | Fuwn | 2022-07-31 | 1 | -32/+21 | |
| | | ||||||
| * | feat(response): success with mime response | Fuwn | 2022-07-09 | 1 | -3/+7 | |
| | | ||||||
| * | feat(response): always allow explicit mime specification | Fuwn | 2022-07-09 | 1 | -7/+3 | |
| | | ||||||
| * | refactor(router): remove useless clones | Fuwn | 2022-06-13 | 1 | -2/+1 | |
| | | ||||||
| * | feat(router): allow access to client certs | Fuwn | 2022-06-13 | 1 | -15/+33 | |
| | | | | | Pretty happy to finally get this one over with... | |||||
| * | refactor: fix qualifications | Fuwn | 2022-06-13 | 1 | -10/+4 | |
| | | ||||||
| * | refactor(router): move router to seperate file | Fuwn | 2022-06-01 | 1 | -0/+769 | |