From dbea0e509b3797e997bbd665a2bab0a45e5cc637 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 23 Nov 2011 15:27:51 +0100 Subject: [PATCH] Updated README.md in relation with "rest" lib relocation --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d768f666..a7d1a972 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ Or using git version >= 1.6.5 * __wsf__: Web Server Framework [read more](library/server/wsf) * request * __router__: URL dispatching/routing based on uri, uri_template, or custom [read more](library/server/request/router) - * rest: experimental: RESTful library to help building RESTful services ### protocol * __http__: HTTP related classes, constants for status code, content types, ... [read more](library/protocol/http) @@ -62,6 +61,11 @@ Or using git version >= 1.6.5 * [Eiffel Web Nino](contrib/library/server/nino) * .. +## Draft folder = call for contribution ## +### library/server/request ### +* request + * rest: (experimental) "a" RESTful library to help building RESTful services + ## Examples ..