ETag.cc
static bool etagStringsMatch(const ETag &tag1, const ETag &tag2)
whether etag strings match
Definition: ETag.cc:21
bool etagIsStrongEqual(const ETag &tag1, const ETag &tag2)
whether etags are strong-equal
Definition: ETag.cc:49
bool etagIsWeakEqual(const ETag &tag1, const ETag &tag2)
whether etags are weak-equal
Definition: ETag.cc:55