X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/730b772b41ad9df76e5226290bb9eb917ea161f0..5caf524dff950e9c312f32788b09d701b3b4f3ca:/interface/wx/protocol/http.h?ds=sidebyside diff --git a/interface/wx/protocol/http.h b/interface/wx/protocol/http.h index cdad04236d..9cd5e50342 100644 --- a/interface/wx/protocol/http.h +++ b/interface/wx/protocol/http.h @@ -92,5 +92,17 @@ public: This is a low level function and it assumes that you know what you are doing. */ void SetHeader(const wxString& header, const wxString& h_data); + + /** + Returns the value of a cookie. + */ + + wxString GetCookie(const wxString& cookie) const; + + /** + Returns @true if there were cookies. + */ + + bool HasCookies() const; };