This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
EWF
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
9138ffedfb1acfbc441c3e5a3d2ce64616bc761b
EWF
/
library
/
server
/
wsf
/
src
T
History
Jocelyn Fiat
f59d5cac32
added postcondition to ensure the body string set to the response, is the same reference
...
this is important, since sometime we just do rep.set_body (s) s.append_string ("..")
2012-02-14 18:02:14 +01:00
..
default
Made DEFAULT_SERVICE_LAUNCHER more flexible for the user.
2011-12-15 13:30:19 +01:00
request
Fixed usage of lst[] in web form, now we are url-decoding the name because the [] could escaped...
2012-01-31 17:57:59 +01:00
response
added postcondition to ensure the body string set to the response, is the same reference
2012-02-14 18:02:14 +01:00
support
Added support for chunked input data (see Transfer-Encoding: chunked)
2012-02-07 15:47:55 +01:00
cgi_meta_names.e
First try to get a limited WGI_ and use WSF_ as default framework
2011-10-21 16:58:11 +02:00
wsf_application_x_www_form_urlencoded_handler.e
Added support for chunked input data (see Transfer-Encoding: chunked)
2012-02-07 15:47:55 +01:00
wsf_mime_handler.e
Added support for chunked input data (see Transfer-Encoding: chunked)
2012-02-07 15:47:55 +01:00
wsf_multipart_form_data_handler.e
Added support for chunked input data (see Transfer-Encoding: chunked)
2012-02-07 15:47:55 +01:00
wsf_request.e
Added support for chunked input data (see Transfer-Encoding: chunked)
2012-02-07 15:47:55 +01:00
wsf_response_message.e
Removed any (put|write)_file_content from the WSF_ or WGI_ OUTPUT classes
2011-12-12 11:16:15 +01:00
wsf_response.e
Improved the WSF_PAGE_RESPONSE to be more flexible and allow to change some values as expected.
2012-02-07 15:49:02 +01:00
wsf_service.e
Removed most of the "retry" in rescue clauses, since it was hidding critical issue.
2012-01-23 15:31:34 +01:00