QVisu
Qt-based visualization for smart homes
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
vlc_http.h File Reference

Go to the source code of this file.

Classes

struct  http_auth_t
 

Typedefs

typedef struct http_auth_t http_auth_t
 

Functions

VLC_API void http_auth_Init (http_auth_t *)
 
VLC_API void http_auth_Reset (http_auth_t *)
 
VLC_API void http_auth_ParseWwwAuthenticateHeader (vlc_object_t *, http_auth_t *, const char *)
 
VLC_API int http_auth_ParseAuthenticationInfoHeader (vlc_object_t *, http_auth_t *, const char *, const char *, const char *, const char *, const char *)
 
VLC_API char * http_auth_FormatAuthorizationHeader (vlc_object_t *, http_auth_t *, const char *, const char *, const char *, const char *) VLC_USED
 

Detailed Description

This file defines functions, structures, enums and macros shared between HTTP clients.