8c57856232
Reintroduced WSF_SERVICE.to_wgi_service: WGI_SERVICE since it was used in the "WSF" test cases.
Jocelyn Fiat2013-10-18 21:02:05 +02:00
4f490aaacc
Fixed issue related to {WSF_WGI_DELAYED_HEADER_RESPONSE} and filter response like the logger response wrapper.
Jocelyn Fiat2013-10-18 21:01:23 +02:00
3065637c80
Fixed an issue with one short chunk and empty trailer
Jocelyn Fiat2013-10-18 20:59:29 +02:00
cf01756c1c
Using the new Content Negotiation library to implement WSF_REQUEST.is_content_type_accepted
Jocelyn Fiat2013-10-18 20:46:08 +02:00
88e6837222
Class renaming for content_negotiation Splitted SERVER_CONTENT_NEGOTIATION in 4 differents classes for each kind of negotiation Changed to use ITERABLE over LIST for supported variants arguments Factorized some code for http parameter parsing such as q=1.0;note="blabla" and so on Integrated within EWF
Jocelyn Fiat2013-10-18 16:18:22 +02:00
d376f99832
Updated content_negotiation with better class names and feature names. Minor semantic changes in VARIANTS classes Factorized some code in HTTP_ACCEPT_LANGUAGE
Jocelyn Fiat2013-10-15 23:19:12 +02:00
3072ce7dec
Enabled assertion on content_negotiation during autotests The tests project is now void-safe
Jocelyn Fiat2013-10-14 18:54:36 +02:00
4d0dc964da
Rename procedures. Change input type of replace_with_string and put_string
YNH Webdev
2013-09-25 10:03:38 +02:00
95fd5f93fc
Simplify the json object by adding type specific put and replace
YNH Webdev
2013-09-24 21:50:36 +02:00
0f7dca0701
Removed unwanted call to RT_DEBUGGER in WSF_DEBUG_HANDLER.
Jocelyn Fiat2013-09-24 17:19:29 +02:00
843955b7b8
Reused string constants from HTTP_HEADER_NAMES
Jocelyn Fiat2013-09-24 15:27:02 +02:00
88192335b6
Added implicit conversion from agent to WSF_URI_TEMPLATE_AGENT_HANDLER Mainly for convenience.
Jocelyn Fiat2013-09-24 15:26:16 +02:00
b04159fb35
Use WSF_RESPONSE.put_header_lines (header_object) when possible, instead of put_header_text (header_object.string)
Jocelyn Fiat2013-09-24 15:24:34 +02:00
1d0eb14918
Added WSF_SELF_DOCUMENTED_AGENT_HANDLER and variants for uri, uri_template, starts_with, ... to provide a way to documentate easily wsf agent handler.
Jocelyn Fiat2013-09-24 15:23:15 +02:00
113df6efe1
Merge branch 'widget' of github.com:souvarin/EWF into widget
YNH Webdev
2013-09-24 15:20:43 +02:00
e7951338c9
Merge pull request #74 from jvelilla/master
Jocelyn Fiat
2013-09-24 06:18:20 -07:00
83329ca4b7
Moved to draft
Severin Münger
2013-09-24 15:18:14 +02:00
57dd4ce259
Added comments to autocompletion, input, navbar, progressbar, validator, webcontrol. Some more little changes.
Severin Münger
2013-09-21 23:01:36 +02:00
252b5ff758
Use append
YNH Webdev
2013-09-20 20:53:51 +02:00
48f5cb78d5
Minor changes - using http_client library instead of libcurl directly - using implicit conversion to JSON_STRING to improve code readability - use ARRAYED_LIST instead of LINKED_LIST .. for performance. - cosmetic .. but still a lot of feature clauses are missing, comments, assertions ...
Jocelyn Fiat2013-09-20 10:27:00 +02:00
20a768749f
Forgot to add class description
jvelilla
2013-09-19 15:16:26 -03:00
2d964b1137
Removed http classes related to http expectations. Updated code based on the code review. Still work in progress
jvelilla
2013-09-19 13:44:03 -03:00
a1245b77fd
New directory structure (variants, results, parsers) Refactor STRING to READABLE_STRING_8. Clean code, added documentation and EIS references.
jvelilla
2013-09-17 10:09:46 -03:00
f2ee91764d
Renamed CONNEG to content_negotiation. Update MIME_PARSER to use HTTP_MEDIA_TYPE.
jvelilla
2013-09-16 23:56:01 -03:00
fff08a29e7
Accepts "*" as valid media type (interpreted as */* to be flexible)
Jocelyn Fiat2013-09-16 22:33:18 +02:00
2f3a462c42
Fixed type having a semicolon in a parameter value such as "text/plain; param1=%"something;foo=bar%"; param2=%"another-thing%"
Jocelyn Fiat2013-09-16 18:04:43 +02:00
f8a0bbf88b
Added autotests to http library in relation with mime type and content type. Fixed an issue with more than one parameter.
Jocelyn Fiat2013-09-16 16:24:05 +02:00