54 const char *host,
unsigned port,
void vlc_http_mgr_destroy(struct vlc_http_mgr *mgr)
Destroys an HTTP connection manager.
Definition connmgr.c:305
struct vlc_http_cookie_jar_t * vlc_http_mgr_get_jar(struct vlc_http_mgr *)
Definition connmgr.c:285
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, bool idempotent, bool payload)
Sends an HTTP request.
Definition connmgr.c:273
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:290
Definition httpcookies.c:268
struct vlc_http_cookie_jar_t * jar
Definition connmgr.c:104
vlc_object_t * obj
Definition connmgr.c:102
struct vlc_http_stream * payload
Definition message.c:51
VLC object common members.
Definition vlc_objects.h:53