diff options
| author | Fuwn <[email protected]> | 2023-05-29 04:46:03 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-29 04:46:03 +0000 |
| commit | f103aac3bca117e16f5a7bd0e70b9857b252a6f3 (patch) | |
| tree | 167cc4efe05528b5b5b1517c87096f21ae107bc8 /README.md | |
| parent | feat(Cargo.toml): bump to 0.2.6 (diff) | |
| download | september-f103aac3bca117e16f5a7bd0e70b9857b252a6f3.tar.xz september-f103aac3bca117e16f5a7bd0e70b9857b252a6f3.zip | |
feat(response): optional proxy header
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -143,6 +143,17 @@ Defaults to `false`. MATHJAX=true ``` +### `HEADER` + +Adds a large header to the top of a proxy page. Only available in styled +routes. + +Defaults to off. + +```dotenv +HEADER="This will show up at the top of my proxied capsule." +``` + ## Styling Want to give your website a shiny new look? Try using one of sources |