Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-16 | file: add support for disabling cache related precondition checks via handlers | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@nbd.name> | |||
2016-06-16 | uhttpd: add support for adding arbitrary headers via handler scripts | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@nbd.name> | |||
2015-11-08 | handler: only send content-length header when not using chunked transfer | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2015-11-08 | handler: add support for overriding redirect status code + message | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2015-11-08 | handler: rename set_uri to rewrite | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2015-11-08 | add support for handling redirects via a script | Felix Fietkau | |
In a json_script file you can specify rules for rewriting the URL or redirecting the browser either unconditionally, or as a fallback where it would otherwise print a 404 error Signed-off-by: Felix Fietkau <nbd@openwrt.org> |