aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* feat(windmark): prelude feature flagFuwn2023-05-0520-35/+38
|
* docs(rossweisse): revert to implementationFuwn2023-05-051-1/+3
|
* refactor: simplify importsFuwn2023-05-052-6/+2
|
* feat(methods): special index handlingFuwn2023-05-041-1/+1
|
* fix(ci): fix tests and doc examplesFuwn2023-04-271-0/+3
|
* feat(rossweisse): initial implementation of struct router frameworkFuwn2023-04-271-0/+49
|
* docs(examples): create a readme with detailsFuwn2023-04-1911-10/+148
|
* chore: update copyright headersFuwn2023-04-1819-38/+19
|
* feat: async-std support !!Fuwn2023-04-182-0/+58
|
* refactor(hooks): implement call for hooksFuwn2023-04-151-8/+12
|
* chore(examples): add sync module exampleFuwn2023-04-151-0/+67
|
* chore(examples): seperate complex examplesFuwn2023-04-1017-219/+688
|
* refactor(partial): into traitFuwn2023-04-101-1/+1
|
* refactor(context): rename params to parametersFuwn2023-04-061-3/+6
|
* fix(context): custom parameters format for easy lifetimesFuwn2023-04-061-2/+2
|
* feat(context): bring back peer addressFuwn2023-04-061-16/+16
|
* fix(context): fix async sharingFuwn2023-04-061-25/+18
|
* feat(macros): async response macrosFuwn2023-04-061-0/+4
|
* feat(route): merge async and sync mount functions !!Fuwn2023-04-051-2/+2
|
* feat(module): async module supportFuwn2023-04-041-5/+6
|
* feat(route): native async route support !!Fuwn2023-04-041-0/+15
|
* style: seperate blocksFuwn2023-04-031-0/+1
|
* fix(context): clippy lintsFuwn2023-04-031-1/+1
|
* refactor(context): callback -> hookFuwn2023-04-031-3/+3
|
* refactor(returnable): seperate contextsFuwn2023-04-031-1/+1
|
* refactor(handler): move all responses to traitsFuwn2023-04-031-8/+8
|
* refactor(handler): trait-based responseFuwn2023-04-031-2/+2
|
* feat(router): GET RID OF DIRTY BOXESFuwn2023-04-031-49/+37
|
* feat(response): add 'auto' functionality to binary_success rawFuwn2023-04-021-1/+1
|
* feat(respones): accept generic bytes for binary_successFuwn2023-04-021-0/+3
|
* refactor(src): clean up string genericsFuwn2023-04-021-5/+1
|
* feat(router): expose response to post-route callbackv0.2.5Fuwn2023-03-311-1/+2
|
* feat(response): macro-based responsesFuwn2023-03-311-54/+37
|
* feat: overhaul response systemFuwn2023-03-301-30/+30
|
* feat(router): modify content from post-route callbackFuwn2023-03-291-1/+3
|
* refactor(returnable): unify callback contextFuwn2023-03-291-5/+5
|
* feat(response): success with mime responsev0.1.19Fuwn2022-07-091-0/+6
|
* feat(response): always allow explicit mime specificationv0.1.17Fuwn2022-07-091-6/+5
|
* feat(router): allow access to client certsFuwn2022-06-131-3/+20
| | | | Pretty happy to finally get this one over with...
* refactor: fix qualificationsFuwn2022-06-131-1/+1
|
* fix: trailing for fixFuwn2022-04-071-0/+3
|
* fix: try to fix path0.1.11Fuwn2022-04-071-0/+1
|
* refactor(examples): bind routerFuwn2022-04-071-141/+138
|
* feat(router): allow multiple headers and footersFuwn2022-04-031-3/+6
|
* feat(router): stateful modules!Fuwn2022-04-021-2/+31
|
* feat(features): auto-deduce-mimeFuwn2022-03-311-4/+14
|
* fix(router): use different certificate fileFuwn2022-03-301-1/+1
|
* format(examples): rustfmtFuwn2022-03-271-67/+104
|
* feat(handler): more fnmutFuwn2022-03-271-26/+26
|
* feat(handler): fnmut partialFuwn2022-03-271-2/+2
|