class documentation

class IfRange: (source)

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. .. versionadded:: 0.7

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method to_header Converts the object back into an HTTP header.
Instance Variable date Undocumented
Instance Variable etag Undocumented
def __init__(self, etag=None, date=None): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

def to_header(self): (source)

Converts the object back into an HTTP header.

Undocumented

Undocumented