4d0dc964da
Rename procedures. Change input type of replace_with_string and put_string
YNH Webdev2013-09-25 10:03:38 +02:00
95fd5f93fc
Simplify the json object by adding type specific put and replace
YNH Webdev2013-09-24 21:50:36 +02:00
0f7dca0701
Removed unwanted call to RT_DEBUGGER in WSF_DEBUG_HANDLER.
jocelyn2013-09-24 17:19:29 +02:00
843955b7b8
Reused string constants from HTTP_HEADER_NAMES
jocelyn2013-09-24 15:27:02 +02:00
88192335b6
Added implicit conversion from agent to WSF_URI_TEMPLATE_AGENT_HANDLER Mainly for convenience.
jocelyn2013-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)
jocelyn2013-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.
jocelyn2013-09-24 15:23:15 +02:00
113df6efe1
Merge branch 'widget' of github.com:souvarin/EWF into widget
YNH Webdev2013-09-24 15:20:43 +02:00
57dd4ce259
Added comments to autocompletion, input, navbar, progressbar, validator, webcontrol. Some more little changes.
Severin Münger2013-09-21 23:01:36 +02:00
dd31970b01
Renamed content_negotation' as content_negotiation' (fixed typo) Updated .ecf and Eiffel code depending on previous CONNEG
jocelyn2013-09-20 15:18:56 +02:00
f31ed103d0
Integrated changes on content negociation library
jocelyn2013-09-20 15:04:50 +02:00
6c0eeebf27
Merge pull request #2 from jocelyn/widget_first_review
ynh2013-09-20 03:34:36 -07: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 ...
jocelyn2013-09-20 10:27:00 +02:00
20a768749f
Forgot to add class description
jvelilla2013-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
jvelilla2013-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.
jvelilla2013-09-17 10:09:46 -03:00
f2ee91764d
Renamed CONNEG to content_negotiation. Update MIME_PARSER to use HTTP_MEDIA_TYPE.
jvelilla2013-09-16 23:56:01 -03:00
fff08a29e7
Accepts "*" as valid media type (interpreted as */* to be flexible)
jocelyn2013-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%"
jocelyn2013-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.
jocelyn2013-09-16 16:24:05 +02:00