From 2e53f7e0c443a5630c86743103534f67b165aeaf Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 13 Sep 2011 17:12:12 +0200 Subject: [PATCH 1/2] updated changelogs --- CHANGELOGS.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOGS.txt b/CHANGELOGS.txt index 30faa5c0..4ea6deca 100644 --- a/CHANGELOGS.txt +++ b/CHANGELOGS.txt @@ -1,5 +1,15 @@ History for Eiffel-Web-Framework +[2011-09-13] Jocelyn + * library "router": now using a generic design to allow customization of + request handler context class. + * library "server/request/rest": first attempt to provide a library to + help building RESTful application (the interfaces are likely to change + soon) EXPERIMENTAL + +[2011-09-09] Jocelyn + * library "uri-template": better support for {/vars} and {?vars} + [2011-09-07] Jocelyn * library "router": now routing depends on uri (or uri template) and request methods * Nino connector: Fixed issue where HTTP_ prefix were missing for header meta variable. From 68247a184919d435b62a03cf3679c908517e3213 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 15 Sep 2011 10:55:14 +0200 Subject: [PATCH 2/2] updated README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bda4594..4b4f40d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ 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: * 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/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/uri_template: URI Template library (parsing and expander)