jvelilla
a3c50956f1
Update examples/restbucksCRUD/readme.md
2011-12-10 11:02:20 -02:00
jvelilla
0d67533c83
Merge branch 'master' of github.com:jvelilla/Eiffel-Web-Framework
2011-12-09 21:14:18 -03:00
jvelilla
c0c206e9ae
Update the restbuck_client, still work in progress.
...
Update restbuck_server, remove unused class in inherit.
Update libcurl_http_client_request, to parse context headers before the
execution.
Update wgi_input_stream, commented precondition.
2011-12-09 21:11:16 -03:00
jvelilla
36601fd3a4
Update examples/restbucksCRUD/readme.md
2011-12-09 19:16:07 -02:00
jvelilla
9a85c24c0d
Update examples/restbucksCRUD/readme.md
2011-12-09 19:15:33 -02:00
jvelilla
5ef19021eb
Update examples/restbucksCRUD/readme.md
2011-12-09 19:10:09 -02:00
jvelilla
7495d0e6a7
Update examples/restbucksCRUD/readme.md
2011-12-09 19:00:58 -02:00
jvelilla
f27c1f97a3
Update examples/restbucksCRUD/readme.md
2011-12-09 18:59:23 -02:00
jvelilla
b96029a750
Update examples/restbucksCRUD/readme.md
2011-12-09 18:56:49 -02:00
jvelilla
9ef10c749a
Update examples/restbucksCRUD/readme.md
2011-12-09 18:45:50 -02:00
jvelilla
0aa3d81b22
Update examples/restbucksCRUD/readme.md
2011-12-09 18:44:21 -02:00
jvelilla
5d17b0dd29
Update examples/restbucksCRUD/readme.md
2011-12-09 17:24:01 -02:00
jvelilla
5e2c2af18a
Update examples/restbucksCRUD/readme.md
2011-12-09 11:57:47 -02:00
jvelilla
de157be6f1
Update examples/restbucksCRUD/readme.md
2011-12-09 11:57:04 -02:00
jvelilla
f601ae1c8b
Update examples/restbucksCRUD/readme.md
2011-12-09 11:52:18 -02:00
jvelilla
f6f94add80
Update examples/restbucksCRUD/readme.md
2011-12-09 11:43:58 -02:00
jvelilla
a70e75f729
Update examples/restbucksCRUD/readme.md
2011-12-09 11:41:58 -02:00
jvelilla
2dd43ad829
Update examples/restbucksCRUD/readme.md
2011-12-09 11:02:31 -02:00
jvelilla
108396bd91
Update examples/restbucksCRUD/readme.md
2011-12-09 10:56:58 -02:00
jvelilla
e9b7fc4c93
Update examples/restbucksCRUD/readme.md
2011-12-08 20:28:14 -02:00
jvelilla
0dd2812574
Updated documentation
2011-12-08 20:04:39 -02:00
jvelilla
d961544b8b
Updated restbucksCRUD documentation
2011-12-08 18:48:50 -03:00
jvelilla
3313e9cf81
Added basic two basic examples, refactor rename restbucks
...
to restbucksCRUD
2011-12-08 18:43:29 -03:00
jvelilla
39b5a70979
Sync Jocelyn repo
2011-12-07 07:22:51 -03:00
Jocelyn Fiat
03938b43c3
Fixed compilation issue for CGI and libFCGI connector
...
due to recent changes in interface (use READABLE_STRING_8)
2011-12-02 12:05:07 +01:00
Jocelyn Fiat
e70d67aed5
Integrated new system to handle form_parameter, input_data in relation with MIME handling
...
This is not yet clear how to let the user precise its own MIME handler
but it is in progress
2011-12-01 19:12:26 +01:00
Jocelyn Fiat
de38f46d1d
fixed remaining issue or useless code to set http environment variable
2011-12-01 18:41:51 +01:00
Jocelyn Fiat
8c79a64f0c
Fixed stupid error where we were concatenating ... value by error
2011-12-01 18:38:26 +01:00
Jocelyn Fiat
fff7a5c96d
Added WSF_RESPONSE.write_chunk (s: ?READABLE_STRING_8)
...
to help user sending chunk with "Transfer-Encoding: chunked"
2011-12-01 18:22:47 +01:00
Jocelyn Fiat
1b92403045
Synchronized with Nino
2011-12-01 17:59:35 +01:00
Jocelyn Fiat
8ae4a30ee8
Fixed WSF_RESPONSE.redirect* features
2011-12-01 17:52:31 +01:00
Jocelyn Fiat
8ffe2a8f73
sync with Nino, call to put_readable_string_8
2011-12-01 17:52:00 +01:00
Jocelyn Fiat
769f2bb5a8
Synchronized with EiffelWebNino
2011-12-01 15:28:38 +01:00
Jocelyn Fiat
483f065ef1
relative path for README link
2011-12-01 15:13:15 +01:00
jvelilla
8ff055803d
Update library/protocol/CONNEG/README.md
2011-12-01 09:38:13 -02:00
jvelilla
3b30f4b994
Update library/protocol/CONNEG/README.md
2011-12-01 09:34:11 -02:00
jvelilla
f71bbc07e8
Updated Conneg library, added test cases
2011-12-01 08:13:42 -03:00
jvelilla
9b9bc1f190
Fixed minor issue, added test cases to check language negotiation.
2011-11-30 08:56:13 -03:00
jvelilla
6feaf5757f
Update conneg library and test cases
2011-11-30 07:15:17 -03:00
Jocelyn Fiat
6f4ec89404
Fixed example due to recent interface changes
2011-11-25 20:44:32 +01:00
Jocelyn Fiat
cdfc6851e7
- (WGI|WSF)_RESPONSE(*) renamed write_headers_string as write_header_text
...
- HTTP_HEADER.string does not have the ending CRLFCRLF .. but just CRLF
- WGI_RESPONSE.write_header_text has the responsibility to handle the last blank line CRLF (separating the header from the message)
- HTTP_HEADER.string does not set anymore a default content type as text/html
- added WGI_RESPONSE.write_header_lines (ITERABLE [TUPLE [name,value: READABLE_STRING_8]] mainly as an helper method,
this way the WGI user does not have to know about the CRLF end of line
2011-11-25 20:43:04 +01:00
Jocelyn Fiat
e0ec84611e
Applied recent renaming from WGI_RESPONSE_BUFFER as WGI_RESPONSE
2011-11-25 19:21:45 +01:00
Jocelyn Fiat
2234d3712b
updated WGI specification
2011-11-25 18:25:50 +01:00
Jocelyn Fiat
c89ccfa768
Added missing wgi_connector
2011-11-25 16:27:46 +01:00
Jocelyn Fiat
1a88388ffe
added "redirect" helper feature to WSF_RESPONSE
2011-11-25 16:24:55 +01:00
Jocelyn Fiat
5eab38778a
Added `{WGI_REQUEST}.wgi_*' function to WSF_REQUEST
2011-11-25 16:24:26 +01:00
Jocelyn Fiat
9d457bb978
rename application' as service'
2011-11-25 16:22:44 +01:00
Jocelyn Fiat
42be0b2a4e
Use HTTP_HEADER instead of WSF_HEADER
...
(WSF_HEADER is kept for convenience and existing code)
2011-11-25 15:53:15 +01:00
Jocelyn Fiat
48d4d26cda
better script to check compilation and tests
2011-11-25 14:52:00 +01:00
Jocelyn Fiat
182749d010
Moved implementation of WSF_HEADER to HTTP_HEADER in the http library
2011-11-25 14:51:46 +01:00