Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.

#include <Filesystem.h>

Public Member Functions

 HttpHeader ()
 Http header parser class constructor. More...
 
 ~HttpHeader ()
 Class destructor. More...
 
std::string GetValue (const std::string &param) const
 Get the value associated with this parameter of these HTTP headers. More...
 
std::vector< std::string > GetValues (const std::string &param) const
 Get the values as list associated with this parameter of these HTTP headers. More...
 
std::string GetHeader () const
 Get the full header string associated with these HTTP headers. More...
 
std::string GetMimeType () const
 Get the mime type associated with these HTTP headers. More...
 
std::string GetCharset () const
 Get the charset associated with these HTTP headers. More...
 
std::string GetProtoLine () const
 The protocol line associated with these HTTP headers. More...
 

Public Attributes

KODI_HTTP_HEADER m_handle
 

Constructor & Destructor Documentation

◆ HttpHeader()

kodi::vfs::HttpHeader::HttpHeader ( )
inline

Http header parser class constructor.

◆ ~HttpHeader()

kodi::vfs::HttpHeader::~HttpHeader ( )
inline

Class destructor.

Member Data Documentation

◆ m_handle

KODI_HTTP_HEADER kodi::vfs::HttpHeader::m_handle

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