The following table contains values that can be get with class HttpHeader :
| Description | Type | Get call |
|---|---|---|
| Get the value associated with this parameter of these HTTP headers | std::string | GetValue |
| Get the values as list associated with this parameter of these HTTP headers | std::vector<std::string> | GetValues |
| Get the full header string associated with these HTTP headers | std::string | GetHeader |
| Get the mime type associated with these HTTP headers | std::string | GetMimeType |
| Get the charset associated with these HTTP headers | std::string | GetCharset |
| The protocol line associated with these HTTP headers | std::string | GetProtoLine |