#include <http_socket.h>


Public Member Functions | |
| HttpSocket (char *host, int port=80) | |
| virtual | ~HttpSocket () |
| char * | postRequest (char *filePath, char *requestData, int requestSize, int &responseSize) |
Static Public Attributes | |
| static const char * | rcsid = "@(#) $Id: http_socket.cpp,v 1.2 2006/03/16 23:32:24 hawaii Exp $ $Copyright: (c)2001 National Biocomputation Center, Stanford University $" |
| static int | debug = 0 |
Definition at line 16 of file http_socket.h.
| HttpSocket::HttpSocket | ( | char * | host, | |
| int | port = 80 | |||
| ) |
Definition at line 20 of file http_socket.cpp.
| HttpSocket::~HttpSocket | ( | ) | [virtual] |
Definition at line 25 of file http_socket.cpp.
| char * HttpSocket::postRequest | ( | char * | filePath, | |
| char * | requestData, | |||
| int | requestSize, | |||
| int & | responseSize | |||
| ) |
Definition at line 35 of file http_socket.cpp.
const char * HttpSocket::rcsid = "@(#) $Id: http_socket.cpp,v 1.2 2006/03/16 23:32:24 hawaii Exp $ $Copyright: (c)2001 National Biocomputation Center, Stanford University $" [static] |
int HttpSocket::debug = 0 [static] |
1.5.3