-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Every default answers is configurable - Default answers are stored as Templates to allow dynamic content - Tamplates are a wrapper around a Kawa stream which buffer is shared with an Rc - 301 answers are treated like all other default answers - response_stream in HTTP state can be either a generic Kawa stream from a backend, or a templated stream from a default answer - Setting a default answer takes structured fields which will be forwarded to the Template TODOs: - Override default answers with html files from config - Format sozu details in templates variables to be human readable - Update Kawa (the Templates requires new features and fixes) Signed-off-by: Eloi DEMOLIS <[email protected]>
- Loading branch information
Showing
5 changed files
with
843 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.