VLC 4.0.0-dev
Loading...
Searching...
No Matches

HTTP connections. More...

Collaboration diagram for Connections:

Modules

 HTTP/1.x
 
 HTTP/2.0
 

Data Structures

struct  vlc_http_conn_cbs
 
struct  vlc_http_conn
 

Functions

static struct vlc_http_streamvlc_http_stream_open (struct vlc_http_conn *conn, const struct vlc_http_msg *m, bool has_data)
 
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
 

Detailed Description

HTTP connections.

Function Documentation

◆ vlc_http_conn_release()

static void vlc_http_conn_release ( struct vlc_http_conn conn)
inlinestatic

◆ vlc_http_dbg()

◆ vlc_http_err()

void vlc_http_err ( void *  ,
const char *  msg,
  ... 
)

◆ vlc_http_stream_open()

static struct vlc_http_stream * vlc_http_stream_open ( struct vlc_http_conn conn,
const struct vlc_http_msg m,
bool  has_data 
)
inlinestatic