IfRange
Parses and represents the If-Range header, which can be
an ETag or a date
The IfRange class is accessible via the
webob.etag
module.
Methods
f
match(self, etag=None, last_modified=None)
...
Return True if the If-Range header matches the given etag or last_modified
Return True if this matches the given webob.Response instance.
Parse this from a header value.
See
the source
for more information.