Add some docs

This commit is contained in:
Julien Salleyron 2016-12-19 17:17:24 +01:00
parent d9fc66fdbc
commit a4034ce1e2

View file

@ -85,6 +85,7 @@ Frontends can be defined using the following rules:
- `PathStrip`: Same as `Path` but strip the given prefix from the request URL's Path.
- `PathPrefix`: PathPrefix adds a matcher for the URL path prefixes. This matches if the given template is a prefix of the full URL path.
- `PathPrefixStrip`: Same as `PathPrefix` but strip the given prefix from the request URL's Path.
- `AddPrefix` : Add prefix from the request URL's Path.
You can use multiple rules by separating them by `;`