VLC
3.0.21
|
Go to the source code of this file.
Functions | |
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. More... | |
struct vlc_http_cookie_jar_t * | vlc_http_mgr_get_jar (struct vlc_http_mgr *) |
struct vlc_http_mgr * | vlc_http_mgr_create (vlc_object_t *obj, struct vlc_http_cookie_jar_t *jar) |
Creates an HTTP connection manager. More... | |
void | vlc_http_mgr_destroy (struct vlc_http_mgr *mgr) |
Destroys an HTTP connection manager. More... | |