X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a58d5df4ef7fbbbb1c385ac63038608d49f8dfa5..b656febdf03cfa90ed14151cdf3d56a685f8af74:/include/wx/protocol/http.h?ds=inline diff --git a/include/wx/protocol/http.h b/include/wx/protocol/http.h index ff8a2935b5..5aeea291be 100644 --- a/include/wx/protocol/http.h +++ b/include/wx/protocol/http.h @@ -20,7 +20,7 @@ class WXDLLEXPORT wxHTTP : public wxProtocol { protected: wxProtocolError m_perr; wxList m_headers; - bool m_read; + bool m_read, m_proxy_mode; wxSockAddress *m_addr; public: wxHTTP(); @@ -36,6 +36,8 @@ public: void SetHeader(const wxString& header, const wxString& h_data); wxString GetHeader(const wxString& header); + void SetProxyMode(bool on); + protected: typedef enum { wxHTTP_GET,