Re: [Ryu-devel] [PATCH v7 05/32] app/rest: add requirements to path component
On Fri, 30 Nov 2012 11:44:56 +0900 Isaku Yamahata wrote: > This patch adds requirements to path component so that URL is verified. > And simplify with submapper. > > Signed-off-by: Isaku Yamahata > --- > ryu/app/rest.py | 66 > ++- > 1 fil
[Ryu-devel] [PATCH v7 05/32] app/rest: add requirements to path component
This patch adds requirements to path component so that URL is verified. And simplify with submapper. Signed-off-by: Isaku Yamahata --- ryu/app/rest.py | 66 ++- 1 file changed, 36 insertions(+), 30 deletions(-) diff --git a/ryu/app/rest.py b