Allow using custom method names in wxHTTP.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Jul 2013 21:55:13 +0000 (21:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Jul 2013 21:55:13 +0000 (21:55 +0000)
commit6535170f3d2afff6d4e5eeb5358e8613b5165281
tree81016b34b34d0cac04b8f606b370b3b1adf79ec0
parent7e81e3a796eec142428ca04b44015956031eeb0f
Allow using custom method names in wxHTTP.

Add wxHTTP::SetMethod().

Also simplify the code by determining the method to use in Connect() instead
of doing it in BuildRequest() itself.

Get rid of the now unused wxHTTP_Req enum.

Closes #15354.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/protocol/http.h
interface/wx/protocol/http.h
src/common/http.cpp