wxWidgets/include/wx/protocol
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
..
file.h No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
ftp.h No code changes, fixed various typos. 2011-04-03 20:31:32 +00:00
http.h Add SetPostBuffer(wxMemoryBuffer) and SetPostText() to wxHTTP. 2012-01-20 12:22:25 +00:00
log.h added wxProtocolLog class for logging network requests/responses (closes #7464) 2009-03-07 13:58:39 +00:00
protocol.h Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros. 2010-06-09 13:55:48 +00:00