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