]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/protocol/http.h
Fixed typo in documentation string
[wxWidgets.git] / interface / wx / protocol / http.h
index cdad04236d0fcfdb7dccead9a88f0b92aa13ca6c..9cd5e50342541206136954d4545157ac26ddee79 100644 (file)
@@ -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;
 };