|
VLC 4.0.0-dev
|
Go to the source code of this file.
Data Structures | |
| struct | vlc_http_resource_cbs |
| struct | vlc_http_resource |
Functions | |
| int | vlc_http_res_init (struct vlc_http_resource *, const struct vlc_http_resource_cbs *cbs, struct vlc_http_mgr *mgr, const char *uri, const char *ua, const char *ref) |
| void | vlc_http_res_destroy (struct vlc_http_resource *) |
| Destroys an HTTP resource. | |
| struct vlc_http_msg * | vlc_http_res_open (struct vlc_http_resource *res, void *) |
| int | vlc_http_res_get_status (struct vlc_http_resource *res) |
| char * | vlc_http_res_get_redirect (struct vlc_http_resource *) |
| Gets redirection URL. | |
| char * | vlc_http_res_get_type (struct vlc_http_resource *) |
| Gets MIME type. | |
| block_t * | vlc_http_res_read (struct vlc_http_resource *) |
| Reads data. | |
| int | vlc_http_res_set_login (struct vlc_http_resource *res, const char *username, const char *password) |
| char * | vlc_http_res_get_basic_realm (struct vlc_http_resource *res) |