class documentation

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.

New in version 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):

Undocumented

def __repr__(self):

Undocumented

def __str__(self):

Undocumented

def to_header(self):
Converts the object back into an HTTP header.
date =

Undocumented

etag =

Undocumented