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 | 7f45d39deec96f8f8d7f96b8e42b02d08856dd54 (patch) | |
| tree | dc3ceca3150aa9a25fb6f92759d62a6cd2599f5f /README.md | |
| parent | feat(Cargo.toml): bump to 0.2.6 (diff) | |
| download | september-7f45d39deec96f8f8d7f96b8e42b02d08856dd54.tar.xz september-7f45d39deec96f8f8d7f96b8e42b02d08856dd54.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 |