#include <Filesystem.h>
|
| | HttpHeader () |
| | Http header parser class constructor.
|
| |
| | ~HttpHeader () |
| | Class destructor.
|
| |
| std::string | GetValue (const std::string ¶m) const |
| | Get the value associated with this parameter of these HTTP headers.
|
| |
| std::vector< std::string > | GetValues (const std::string ¶m) const |
| | Get the values as list associated with this parameter of these HTTP headers.
|
| |
| std::string | GetHeader () const |
| | Get the full header string associated with these HTTP headers.
|
| |
| std::string | GetMimeType () const |
| | Get the mime type associated with these HTTP headers.
|
| |
| std::string | GetCharset () const |
| | Get the charset associated with these HTTP headers.
|
| |
| std::string | GetProtoLine () const |
| | The protocol line associated with these HTTP headers.
|
| |
◆ HttpHeader()
| kodi::vfs::HttpHeader::HttpHeader |
( |
| ) |
|
|
inline |
Http header parser class constructor.
◆ ~HttpHeader()
| kodi::vfs::HttpHeader::~HttpHeader |
( |
| ) |
|
|
inline |
◆ m_handle
The documentation for this class was generated from the following file: