Represents a collection of HTTP headers.
public void | Add(UniquePtr<HttpHeader>&& header) |
public nothrow void | Clear() |
public ulong | GetContentLength() const |
public MimeType | GetContentType() const |
public DateTime | GetDate() const |
public HttpHeader* | GetHeader(const String<char>& fieldName) const |
public inline nothrow const List<UniquePtr<HttpHeader>>& | Headers() const |
private HashMap<String<char>, HttpHeader*, Hasher<String<char>>, EqualTo<String<char>>> | headerMap |
private List<UniquePtr<HttpHeader>> | headers |