Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
KODI_HTTP_HEADER Struct Reference

#include <filesystem.h>

Public Attributes

voidhandle
 
char *(* get_value )(void *kodiBase, void *handle, const char *param)
 
char **(* get_values )(void *kodiBase, void *handle, const char *param, int *length)
 
char *(* get_header )(void *kodiBase, void *handle)
 
char *(* get_mime_type )(void *kodiBase, void *handle)
 
char *(* get_charset )(void *kodiBase, void *handle)
 
char *(* get_proto_line )(void *kodiBase, void *handle)
 

Member Data Documentation

◆ get_charset

char *(* KODI_HTTP_HEADER::get_charset) (void *kodiBase, void *handle)

◆ get_header

char *(* KODI_HTTP_HEADER::get_header) (void *kodiBase, void *handle)

◆ get_mime_type

char *(* KODI_HTTP_HEADER::get_mime_type) (void *kodiBase, void *handle)

◆ get_proto_line

char *(* KODI_HTTP_HEADER::get_proto_line) (void *kodiBase, void *handle)

◆ get_value

char *(* KODI_HTTP_HEADER::get_value) (void *kodiBase, void *handle, const char *param)

◆ get_values

char **(* KODI_HTTP_HEADER::get_values) (void *kodiBase, void *handle, const char *param, int *length)

◆ handle

void* KODI_HTTP_HEADER::handle

The documentation for this struct was generated from the following file: