From a4034ce1e292e492cc3068349a9ee94555591529 Mon Sep 17 00:00:00 2001 From: Julien Salleyron Date: Mon, 19 Dec 2016 17:17:24 +0100 Subject: [PATCH] Add some docs --- docs/basics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/basics.md b/docs/basics.md index 1103aee81..eb2a231fc 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -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 `;`