wxWidgets/include
Vadim Zeitlin ab9d6a4c8b Add SetPostBuffer(wxMemoryBuffer) and SetPostText() to wxHTTP.
This allows to post binary data or text data in e.g. UTF-8 encoding (which is
by far the most common case) easily.

Deprecate the existing SetPostBuffer(wxString) as it didn't explicitly specify
the encoding to use for the data to be posted.

Closes #13870.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-01-20 12:22:25 +00:00
..
msvc/wx Don't auto-link with 3rd party libraries in DLL build using MSVC. 2012-01-18 17:26:23 +00:00
wx Add SetPostBuffer(wxMemoryBuffer) and SetPostText() to wxHTTP. 2012-01-20 12:22:25 +00:00