diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -174,6 +174,10 @@ themselves; in that case the request is passed on. - `headers`: A map of all header name-value pairs. (object string:string) - `inner`: The handler to add the headers to. (module) +- **module `redirect`** + - Responds with a permanent redirect. + - Takes the location to redirect to. (string) + #### Credentials config format Login credentials for `cookie_auth` and `http_basic_auth` are supplied as either |