aboutsummaryrefslogtreecommitdiff
path: root/src/response.rs
Commit message (Expand)AuthorAgeFilesLines
* chore: remove semi-outdated technical informationFuwn2024-07-241-10/+0
* fix(response): remove hard path fixerFuwn2024-07-241-79/+39
* fix(response): handle non-trimmed redirect assumptionsFuwn2024-07-211-3/+14
* refactor: remove all explicit clonesFuwn2024-06-291-5/+7
* fix(response): new latex.css locationFuwn2024-06-271-1/+1
* refactor: remove long file headersFuwn2024-06-191-17/+0
* feat(response): PLAIN_TEXT_ROUTES wildcard matchingFuwn2024-06-151-1/+37
* feat: custom primary colour variableFuwn2024-06-131-5/+17
* fix(response): fallback on no contentFuwn2024-05-231-1/+1
* deps(germ): bump to 0.4.0Fuwn2024-04-041-3/+5
* feat(response): clean up proxy infoFuwn2024-04-041-5/+6
* feat(response): show redirect content on redirectFuwn2024-03-261-9/+41
* refactor(url): rename makeFuwn2024-03-261-3/+3
* feat(response): support redirectsFuwn2024-03-241-0/+14
* format(response): capitalisationFuwn2024-03-241-1/+1
* feat(response): default cssFuwn2024-03-171-0/+4
* feat(response): html head variableFuwn2024-03-171-0/+4
* style: use rustfmtFuwn2023-12-121-4/+2
* fix(response): remove double trailing slashFuwn2023-06-011-1/+1
* fix(response): header only on non-proxy routesFuwn2023-05-301-3/+5
* feat(response): optional proxy headerFuwn2023-05-291-0/+5
* fmt: update rustfmt configFuwn2023-05-221-12/+8
* deps(gmi): finally drop gmiFuwn2023-05-221-13/+13
* refactor(src): rename filesFuwn2023-05-221-2/+1
* chore: update copyright headerFuwn2023-05-221-2/+1
* deps(germ): bump from 0.3.7 to 0.3.9Fuwn2023-04-171-1/+1
* style(response): format styleFuwn2023-04-171-4/+2
* feat(response): error on invalid proxyFuwn2023-03-111-0/+14
* feat(response): allow multiple css filesFuwn2023-03-111-4/+9
* feat: mathjax latex renderingFuwn2023-02-041-2/+8
* feat: mathjaxFuwn2023-02-041-0/+6
* build(rustup): move from nightly to stable)Fuwn2023-02-041-20/+21
* refactor(response): spacingFuwn2022-07-031-0/+2
* feat(response): add nocss routeFuwn2022-07-031-0/+13
* feat(response): url error handlingFuwn2022-07-031-5/+25
* feat: raw proxy routeFuwn2022-07-031-16/+46
* feat(response): show meta when non-success responseFuwn2022-06-021-1/+7
* feat(response): plain text routesFuwn2022-06-021-1/+9
* refactor(src): move parts to seperate filesFuwn2022-06-011-0/+129