/////////////////////////////////////////////////////////////////////////////
// Name: protocol/http.h
-// Purpose: documentation for wxHTTP class
+// Purpose: interface of wxHTTP
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxnet}
@category{net}
- @seealso
- wxSocketBase, wxURL
+ @see wxSocketBase, wxURL
*/
class wxHTTP : public wxProtocol
{
*/
void SetHeader(const wxString& header, const wxString& h_data);
};
+