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 ..