Fixed implementation.

This commit is contained in:
2017-02-13 17:35:14 +01:00
parent b56aec67a9
commit d6f3e500b8

View File

@@ -236,16 +236,16 @@ feature -- Method Extension Method
do_extension_method (req: WSF_REQUEST; res: WSF_RESPONSE) do_extension_method (req: WSF_REQUEST; res: WSF_RESPONSE)
-- Execute `req' responding into `res'. -- Execute `req' responding into `res'.
require require
req_attached: req /= Void req_attached: req /= Void
res_attached: res /= Void res_attached: res /= Void
do do
handle_not_implemented ("Method extension-method not implemented", req, res) handle_not_implemented ("Method extension-method not implemented", req, res)
end end
feature -- Retrieve content from WGI_INPUT_STREAM feature -- Retrieve content from WGI_INPUT_STREAM
retrieve_data (req: WSF_REQUEST): STRING retrieve_data (req: WSF_REQUEST): STRING
-- Retrieve the content from the input stream. -- Retrieve the content from the input stream.
-- Handle different transfers. -- Handle different transfers.
require require
@@ -374,7 +374,7 @@ feature -- Handle responses: others
end end
note note
copyright: "2011-2013, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others" copyright: "2011-2017, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[ source: "[
Eiffel Software Eiffel Software