etag

Does parsing of ETag-related headers: If-None-Matches, If-Matches

Also If-Range parsing


Attributes

a AnyETag

<ETag *>

a NoIfRange

<Empty If-Range>

a NoETag

<No ETag>

Classes

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).

This class contains 4 members.

C IfRange(...) ...

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

This class contains 4 members.

See the source for more information.