X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5d46b7362198fd94a5fd3b751df86287f2187bc..c6eaa6fb6733d8472a14e220a5656787eafda398:/include/wx/protocol/http.h diff --git a/include/wx/protocol/http.h b/include/wx/protocol/http.h index 7b4f5db705..72080ba71d 100644 --- a/include/wx/protocol/http.h +++ b/include/wx/protocol/http.h @@ -50,6 +50,9 @@ protected: bool BuildRequest(const wxString& path, wxHTTP_Req req); void SendHeaders(); bool ParseHeaders(); + + // deletes the header value strings + void ClearHeaders(); }; #endif // wxUSE_PROTOCOL_HTTP