ETagMatcher
Represents an ETag request. Supports containment to see if an
ETag matches. You can also use
etag_matcher.weak_contains(etag) to allow weak ETags to match
(allowable for conditional GET requests, but not ranges or other
methods).
The ETagMatcher class is accessible via the
webob.etag
module.
Methods
Parse this from a header value
See
the source
for more information.