IfRange

Parses and represents the If-Range header, which can be an ETag or a date


Methods

f __init__(self, etag=None, date=None) ...

f match(self, etag=None, last_modified=None) ...

Return True if the If-Range header matches the given etag or last_modified

f match_response(self, response) ...

Return True if this matches the given webob.Response instance.

f parse(cls, value) ...

Parse this from a header value.

See the source for more information.