Index of the etag module
-
m
webob.etag
...
- Does parsing of ETag-related headers: If-None-Matches, If-Matches
-
a
AnyETag
...
-
a
NoIfRange
...
-
a
NoETag
...
-
C
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).
-
C
IfRange
...
- Parses and represents the If-Range header, which can be
an ETag or a date
-
f
parse
...
- Parse this from a header value.
-
f
match_response
...
- Return True if this matches the given webob.Response instance.
-
f
match
...
- Return True if the If-Range header matches the given etag or last_modified
-
f
__init__
...