class documentation

class _TestCookieHeaders: (source)

View In Hierarchy

A headers adapter for cookielib

Method __init__ Undocumented
Method get_all Undocumented
Method getheaders Undocumented
Instance Variable headers Undocumented
def __init__(self, headers: t.Union[Headers, t.List[t.Tuple[str, str]]]): (source)

Undocumented

def get_all(self, name: str, default: t.Optional[t.Iterable[str]] = None) -> t.Iterable[str]: (source)

Undocumented

def getheaders(self, name: str) -> t.Iterable[str]: (source)

Undocumented

Undocumented