|
Data Fields | |
| int | socket |
| sockaddr_in | addr |
| char * | hostname |
| int | port |
| int | timeoutms |
| bool | keepalive |
| char * | useragent |
| void(* | setTimeout )(Q_HTTPCLIENT *client, int timeoutms) |
| void(* | setKeepalive )(Q_HTTPCLIENT *client, bool keepalive) |
| void(* | setUseragent )(Q_HTTPCLIENT *client, const char *useragent) |
| bool(* | open )(Q_HTTPCLIENT *client) |
| bool(* | get )(Q_HTTPCLIENT *client, const char *getpath, int fd, off_t *savesize, int *rescode, Q_ENTRY *reqheaders, Q_ENTRY *resheaders, bool(*callback)(void *userdata, off_t recvbytes), void *userdata) |
| bool(* | put )(Q_HTTPCLIENT *client, const char *putpath, int fd, off_t length, int *retcode, Q_ENTRY *userheaders, Q_ENTRY *resheaders, bool(*callback)(void *userdata, off_t sentbytes), void *userdata) |
| bool(* | close )(Q_HTTPCLIENT *client) |
| void(* | free )(Q_HTTPCLIENT *client) |
socket descriptor
| [Home] [About] [Examples] [Changes] [Download] [SVN Repository] [Install] [Reference] |