Created wsf_extension, and moved some classes from wsf to wsf_extension

WSF_HANDLER_HELPER
   WSF_RESOURCE_HANDLER_HELPER
   WSF_HANDLER_ROUTES_RECORDER
This commit is contained in:
Jocelyn Fiat
2012-03-16 14:12:02 +01:00
parent eb3e9f2186
commit f69ff42564
11 changed files with 48 additions and 11 deletions
@@ -56,7 +56,6 @@ feature -- Execution
req.input.read_string (req.content_length_value.as_integer_32)
end
create h.make
h.put_status ({HTTP_STATUS_CODE}.method_not_allowed)
h.put_content_type_text_plain
l_api_doc := "%NPlease check the API%NURI:/order METHOD: POST%NURI:/order/{orderid} METHOD: GET, PUT, DELETE%N"
l_description := req.request_method + req.request_uri + " is not allowed" + "%N" + l_api_doc