Updated README.md in relation with "rest" lib relocation

This commit is contained in:
Jocelyn Fiat
2011-11-23 15:27:51 +01:00
parent a3f28e3945
commit dbea0e509b

View File

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