class EL_POST_HTTP_COMMAND
Post http command
note
description: "Post http command"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2022-11-15 19:56:06 GMT (Tuesday 15th November 2022)"
revision: "5"
class
EL_POST_HTTP_COMMAND
inherit
EL_STRING_DOWNLOAD_HTTP_COMMAND
redefine
prepare
end
create
make
feature {NONE} -- Implementation
prepare
do
connection.enable_post_method
Precursor
end
end