#include <cybergarage/util/clist.h>#include <cybergarage/http/chttp.h>#include <cybergarage/util/clog.h>Functions | |
| CgHttpResponse * | cg_http_response_new () |
| void | cg_http_response_delete (CgHttpResponse *httpRes) |
| void | cg_http_response_clear (CgHttpResponse *httpRes) |
| void | cg_http_response_setversion (CgHttpResponse *httpRes, char *value) |
| char * | cg_http_response_getversion (CgHttpResponse *httpRes) |
| void | cg_http_response_setstatuscode (CgHttpResponse *httpRes, int value) |
| int | cg_http_response_getstatuscode (CgHttpResponse *httpRes) |
| void | cg_http_response_setreasonphrase (CgHttpResponse *httpRes, char *value) |
| char * | cg_http_response_getreasonphrase (CgHttpResponse *httpRes) |
| BOOL | cg_http_response_read (CgHttpResponse *httpRes, CgSocket *sock) |
| void | cg_http_response_copy (CgHttpResponse *destHttpRes, CgHttpResponse *srcHttpRes) |
| void | cg_http_response_print (CgHttpResponse *httpRes) |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.6