Skip to content

Commit 50a5e81

Browse files
committed
Added subtree merged in lib/EWF
2 parents 816266d + fdd40ff commit 50a5e81

File tree

1,059 files changed

+124591
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,059 files changed

+124591
-0
lines changed

lib/EWF/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
EIFGENs
2+
tests/temp/
3+
.svn/
4+
*.swp

lib/EWF/.gitmodules

Whitespace-only changes.

lib/EWF/CHANGELOGS.txt

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
History for Eiffel-Web-Framework
2+
3+
[2011-09-23] Jocelyn
4+
* library "ewsgi":
5+
- NEW simple autotest cases using Nino web server
6+
-fixed issue with RAW_POST_DATA being added in form_data_parameters
7+
instead of meta_variables ...
8+
- Implemented WGI_VALUE for parameter's type (query_parameter,
9+
form_data_parameter, item ...)
10+
* Nino connector: added feature to shutdown the server from the WGI application
11+
* NEW library "http_client": a new library to perform simple http requests
12+
such as get, head, post, put, ... (currently implemented with Eiffel cURL)
13+
* NEW library "http_authorization": added simple library to support
14+
HTTP_AUTHORIZATION. For now only "Basic" auth type is supported ..
15+
16+
[2011-09-22] Javier
17+
* NEW Example: added partial Restbuck example
18+
19+
[2011-09-21] Jocelyn
20+
* Nino connector: fixed an issue with missing value for Content-Type and Content-Length
21+
22+
[2011-09-13] Jocelyn
23+
* library "router": now using a generic design to allow customization of
24+
request handler context class.
25+
* NEW library "server/request/rest": first attempt to provide a library to
26+
help building RESTful application (the interfaces are likely to change
27+
soon) EXPERIMENTAL
28+
29+
[2011-09-09] Jocelyn
30+
* library "uri-template": better support for {/vars} and {?vars}
31+
32+
[2011-09-07] Jocelyn
33+
* library "router": now routing depends on uri (or uri template) and request methods
34+
* Nino connector: Fixed issue where HTTP_ prefix were missing for header meta variable.
35+
36+
[2011-09-07] Jocelyn
37+
* changelog: starting to write down changelogs file
38+

0 commit comments

Comments
 (0)