aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(cargo): bump 0.2.5 -> 0.3.0Fuwn2023-04-032-5/+5
|
* style: seperate blocksFuwn2023-04-032-0/+6
|
* fix(context): clippy lintsFuwn2023-04-037-5/+10
|
* refactor(handler): move traitsFuwn2023-04-0310-0/+310
|
* refactor(handler): misc. renameFuwn2023-04-032-7/+7
|
* refactor(context): callback -> hookFuwn2023-04-034-16/+16
|
* refactor(returnable): seperate contextsFuwn2023-04-037-96/+36
|
* refactor(handler): move traitsFuwn2023-04-032-41/+19
|
* refactor(handler): move all responses to traitsFuwn2023-04-033-32/+46
|
* refactor(handler): trait-based responseFuwn2023-04-033-10/+19
|
* feat(router): GET RID OF DIRTY BOXESFuwn2023-04-035-75/+63
|
* feat(response): allow multiple languagesFuwn2023-04-022-17/+26
|
* feat(response): add 'auto' functionality to binary_success rawFuwn2023-04-022-1/+33
|
* feat(respones): accept generic bytes for binary_successFuwn2023-04-022-2/+5
|
* refactor(src): clean up string genericsFuwn2023-04-023-37/+44
|
* feat(router): expose response to post-route callbackFuwn2023-03-315-10/+12
|
* fix(cargo): response-macros feature flagFuwn2023-03-313-0/+5
|
* feat(response): macro-based responsesFuwn2023-03-315-62/+116
|
* feat(carg): bump 0.2.2 -> 0.2.3Fuwn2023-03-312-4/+4
|
* feat(router): generalize all stringsFuwn2023-03-311-16/+26
|
* feat(response): generalize stringsFuwn2023-03-311-14/+18
|
* feat(cargo): bump 0.2.1 -> 0.2.2Fuwn2023-03-302-4/+4
|
* refactor(router): change response-related settersFuwn2023-03-301-6/+10
|
* docs: fix old response documentationFuwn2023-03-302-9/+9
|
* feat: overhaul response systemFuwn2023-03-304-191/+146
|
* feat(cargo): bump version to 0.2.1Fuwn2023-03-292-4/+4
|
* feat(router): modify content from post-route callbackFuwn2023-03-293-41/+50
|
* refactor(returnable): unify callback contextFuwn2023-03-293-22/+24
|
* ci(check): use table toolchainFuwn2023-03-211-1/+1
| | | I’m not sure why this never got bumped. I’m guessing it just hadn’t caused any problems until now.
* feat: windmark 0.1.19 -> 0.2.0Fuwn2023-03-212-4/+4
|
* deps: bump tokio and tokio-openssl to latestFuwn2023-03-212-19/+36
| | | | | | 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.
* deps(matchit): 0.5.0 -> 0.6.0Fuwn2023-03-211-1/+1
|
* style(router.rs): clippy lintsFuwn2023-02-042-33/+13
|
* docs(README.md): fix markdown urlFuwn2022-07-311-1/+1
|
* docs(README.md): update outdated readmeFuwn2022-07-312-3/+7
|
* feat: drop rust nightly requirement!!!Fuwn2022-07-316-53/+29
|
* docs(README.md): add nightly toolchain noticeFuwn2022-07-311-0/+6
|
* feat(response): success with mime responseFuwn2022-07-095-7/+26
|
* chore(cargo): republish with --all-featuresFuwn2022-07-092-4/+4
|
* feat(response): always allow explicit mime specificationFuwn2022-07-095-121/+18
|
* docs(cargo): bump version 0.1.15 -> 0.1.16Fuwn2022-06-132-6/+5
|
* refactor(router): remove useless clonesFuwn2022-06-131-2/+1
|
* feat(router): allow access to client certsFuwn2022-06-133-27/+75
| | | | Pretty happy to finally get this one over with...
* refactor: fix qualificationsFuwn2022-06-132-11/+5
|
* docs(cargo): bump versionFuwn2022-06-013-88/+12
| | | | | Also, use the doc attribute to include the README automatically! Wish I knew about this earlier!
* refactor(router): move router to seperate fileFuwn2022-06-013-752/+773
|
* fix(lib.rs): response content no leading whitespaceFuwn2022-06-011-1/+1
|
* docs(cargo): bump versionFuwn2022-04-203-7/+7
|
* fix(handle): response spacingFuwn2022-04-201-3/+3
|
* docs(cargo): bump versionFuwn2022-04-153-7/+7
|