21#ifndef VLC_HTTP_TRANSPORT_H
22#define VLC_HTTP_TRANSPORT_H 1
31 const char *
name,
unsigned port,
35 const char *
name,
unsigned port,
36 bool *restrict two,
const char *proxy);
const char name[16]
Definition: httpd.c:1281
TLS client-side credentials.
Definition: vlc_tls.h:141
Transport layer socket.
Definition: vlc_tls.h:66
struct vlc_tls * vlc_https_connect_proxy(void *ctx, struct vlc_tls_client *creds, const char *name, unsigned port, bool *restrict two, const char *proxy)
Definition: tunnel.c:135
bool vlc_http_port_blocked(unsigned port)
Definition: ports.c:106
struct vlc_tls * vlc_https_connect(struct vlc_tls_client *creds, const char *name, unsigned port, bool *restrict two)
Definition: connmgr.c:59