|
| mUpnpHttpRequest * | mupnp_http_request_new (void) |
| |
| void | mupnp_http_request_delete (mUpnpHttpRequest *httpReq) |
| |
| void | mupnp_http_request_clear (mUpnpHttpRequest *httpReq) |
| |
| void | mupnp_http_request_setmethod (mUpnpHttpRequest *httpReq, const char *value) |
| |
| void | mupnp_http_request_setversion (mUpnpHttpRequest *httpReq, const char *value) |
| |
| void | mupnp_http_request_setuseragent (mUpnpHttpRequest *httpReq, const char *value) |
| |
| void | mupnp_http_request_addtouseragent (mUpnpHttpRequest *httpReq, const char *value) |
| |
| void | mupnp_http_request_seturi (mUpnpHttpRequest *httpReq, const char *value) |
| |
| char * | mupnp_http_request_getmethod (mUpnpHttpRequest *httpReq) |
| |
| char * | mupnp_http_request_getversion (mUpnpHttpRequest *httpReq) |
| |
| char * | mupnp_http_request_getuseragent (mUpnpHttpRequest *httpReq) |
| |
| char * | mupnp_http_request_geturi (mUpnpHttpRequest *httpReq) |
| |
| void | mupnp_http_request_setsocket (mUpnpHttpRequest *httpReq, mUpnpSocket *sock) |
| |
| mUpnpSocket * | mupnp_http_request_getsocket (mUpnpHttpRequest *httpReq) |
| |
| mUpnpHttpResponse * | mupnp_http_request_post_main (mUpnpHttpRequest *httpReq, const char *ipaddr, int port, bool isSecure) |
| |
| mUpnpHttpResponse * | mupnp_http_request_post (mUpnpHttpRequest *httpReq, const char *ipaddr, int port) |
| |
| bool | mupnp_http_request_read (mUpnpHttpRequest *httpReq, mUpnpSocket *sock) |
| |
| bool | mupnp_http_request_postresponse (mUpnpHttpRequest *httpReq, mUpnpHttpResponse *httpRes) |
| |
| bool | mupnp_http_request_poststatuscode (mUpnpHttpRequest *httpReq, int httpStatCode) |
| |
| bool | mupnp_http_request_postdata (mUpnpHttpRequest *httpReq, void *data, int dataLen) |
| |
| bool | mupnp_http_request_postchunkedsize (mUpnpHttpRequest *httpReq, int dataLen) |
| |
| bool | mupnp_http_request_postchunkeddata (mUpnpHttpRequest *httpReq, void *data, int dataLen) |
| |
| bool | mupnp_http_request_postlastchunk (mUpnpHttpRequest *httpReq) |
| |
| void | mupnp_http_request_copy (mUpnpHttpRequest *destHttpReq, mUpnpHttpRequest *srcHttpReq) |
| |
| void | mupnp_http_request_print (mUpnpHttpRequest *httpReq) |
| |