52                                           const char *host, 
unsigned port,
 
struct vlc_http_mgr * vlc_http_mgr_create(vlc_object_t *obj, struct vlc_http_cookie_jar_t *jar)
Creates an HTTP connection manager. 
Definition: connmgr.c:274
struct vlc_http_msg * vlc_http_mgr_request(struct vlc_http_mgr *mgr, bool https, const char *host, unsigned port, const struct vlc_http_msg *req)
Sends an HTTP request. 
Definition: connmgr.c:259
Definition: httpcookies.c:265
vlc_object_t * obj
Definition: connmgr.c:102
struct vlc_http_cookie_jar_t * vlc_http_mgr_get_jar(struct vlc_http_mgr *)
Definition: connmgr.c:269
struct vlc_http_cookie_jar_t * jar
Definition: connmgr.c:104
void vlc_http_mgr_destroy(struct vlc_http_mgr *mgr)
Destroys an HTTP connection manager. 
Definition: connmgr.c:289
VLC object common members. 
Definition: vlc_objects.h:43