Added class HTTP_CONTENT_TYPE to help manipulation of Content-Type value

Now WSF_REQUEST return a HTTP_CONTENT_TYPE if available
Adapted WSF_MIME_HANDLER to use this new class
Added one manual autotest to test MIME handler
This commit is contained in:
Jocelyn Fiat
2012-03-23 16:40:13 +01:00
parent ac9cbb0bd2
commit 40c6aff423
14 changed files with 741 additions and 72 deletions

View File

@@ -22,15 +22,15 @@ note
class
WSF_HEADER
obsolete "Use HTTP_HEADER [2011-nov-25]"
inherit
HTTP_HEADER
create
make,
make_with_count
make_with_count,
make_from_array,
make_from_header,
make_from_raw_header_data
note
copyright: "2011-2012, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"