12 inline ETag::ETag (
const String& value,
bool weak)
17 inline optional<ETag> ETag::Parse (
const String& wireFormat)
19 if (not wireFormat.
EndsWith (
'\"')) {
33 return (fWeak ?
"\\W\""sv :
"\""sv) + fValue +
"\""sv;
String is like std::u32string, except it is much easier to use, often much more space efficient,...
nonvirtual bool EndsWith(const Character &c, CompareOptions co=eWithCase) const
nonvirtual String SubString(SZ from) const
nonvirtual bool StartsWith(const Character &c, CompareOptions co=eWithCase) const