Go to the source code of this file.
|  | 
| static struct vlc_http_stream * | vlc_http_stream_open (struct vlc_http_conn *conn, const struct vlc_http_msg *m) | 
|  | 
| static void | vlc_http_conn_release (struct vlc_http_conn *conn) | 
|  | 
| void | vlc_http_err (void *, const char *msg,...) VLC_FORMAT(2 | 
|  | 
| void void | vlc_http_dbg (void *, const char *msg,...) VLC_FORMAT(2 | 
|  | 
| struct vlc_http_conn * | vlc_h1_conn_create (void *ctx, struct vlc_tls *, bool proxy) | 
|  | 
| struct vlc_http_stream * | vlc_chunked_open (struct vlc_http_stream *, struct vlc_tls *) | 
|  | 
| struct vlc_http_stream * | vlc_h1_request (void *ctx, const char *hostname, unsigned port, bool proxy, const struct vlc_http_msg *req, bool idempotent, struct vlc_http_conn **restrict connp) | 
|  | Sends an HTTP/1.x request through a new connection.  More... 
 | 
|  | 
| struct vlc_http_conn * | vlc_h2_conn_create (void *ctx, struct vlc_tls *) | 
|  |