wxHTTP::GetResponse() added (patch 794394)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -43,9 +43,10 @@ OTHER CHANGES
|
||||
2.5.1
|
||||
-----
|
||||
|
||||
Base:
|
||||
All:
|
||||
|
||||
- wxDateTime::ParseDateTime() implemented (Linus McCabe)
|
||||
- wxHTTP::GetResponse() added (David Nock)
|
||||
|
||||
All (GUI):
|
||||
|
||||
@@ -56,6 +57,7 @@ wxMSW:
|
||||
|
||||
- fixed wxTE_*WRAP styles handling
|
||||
- wxTextCtrl::GetValue() works with text in non default encoding
|
||||
- changed wxCrashReport to generate minidumps instead of text files
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
@@ -17,6 +17,14 @@
|
||||
% ----------------------------------------------------------------------------
|
||||
|
||||
% ----------------------------------------------------------------------------
|
||||
\membersection{wxHTTP::GetResponse}\label{wxhttpgetresponse}
|
||||
|
||||
\constfunc{int}{GetResponse}{\void}
|
||||
|
||||
Returns the HTTP response code returned by the server. Please refer to the RFC
|
||||
2616 for the list of the responses.
|
||||
|
||||
|
||||
\membersection{wxHTTP::GetInputStream}\label{wxhttpgetinputstream}
|
||||
|
||||
\func{wxInputStream *}{GetInputStream}{\param{const wxString\&}{ path}}
|
||||
|
Reference in New Issue
Block a user