updated README.md

This commit is contained in:
Jocelyn Fiat
2011-09-15 10:55:14 +02:00
parent 2e53f7e0c4
commit 68247a1849

View File

@@ -1,5 +1,5 @@
Official project site for Eiffel Web Framework: Official project site for Eiffel Web Framework:
* https://github.com/Eiffel-World/Eiffel-Web-Framework * http://eiffel-world.github.com/Eiffel-Web-Framework/
For more information please have a look at the related wiki: For more information please have a look at the related wiki:
* https://github.com/Eiffel-World/Eiffel-Web-Framework/wiki * https://github.com/Eiffel-World/Eiffel-Web-Framework/wiki
@@ -20,6 +20,9 @@ Overview
* library/server/ewsgi/connectors: various web server connectors for EWSGI * library/server/ewsgi/connectors: various web server connectors for EWSGI
* library/server/libfcgi: Wrapper for libfcgi SDK * library/server/libfcgi: Wrapper for libfcgi SDK
* library/server/request/router: URL dispatching/routing based on uri, uri_template, or custom.
* library/server/request/rest: experimental: RESTful library to help building RESTful services
* library/protocol/http: HTTP related classes, constants for status code, content types, ... * library/protocol/http: HTTP related classes, constants for status code, content types, ...
* library/protocol/uri_template: URI Template library (parsing and expander) * library/protocol/uri_template: URI Template library (parsing and expander)