12 inline void Headers::Add (
const KeyValuePair<String, String>& hrdAndValue)
16 inline void Headers::Add (
const pair<String, String>& hrdAndValue)
20 inline void Headers::operator+= (
const pair<String, String>& hrdAndValue)
24 inline void Headers::operator+= (
const KeyValuePair<String, String>& hrdAndValue)
28 inline void Headers::operator+= (
const Headers& headers)
33 inline Iterable<KeyValuePair<String, String>>
Headers::As ()
const
37 inline bool Headers::operator== (
const Headers& rhs)
const
43 and fCacheControl_ ==
rhs.fCacheControl_
44 and fContentLength_ ==
rhs.fContentLength_
45 and fContentType_ ==
rhs.fContentType_
46 and fCookieList_ ==
rhs.fCookieList_
50 and fIfNoneMatch_ ==
rhs.fIfNoneMatch_
51 and fSetCookieList_ ==
rhs.fSetCookieList_
52 and fTransferEncoding_ ==
rhs.fTransferEncoding_