werkzeug.datastructures.IfRange
werkzeug
datastructures
IfRange
class IfRange:
View In Hierarchy
Very simple object that represents the If-Range header in parsed form. It will either have neither a etag or date or one of either but never both.
If-Range
__init__
__repr__
__str__
to_header
date
etag
Undocumented