class documentation

class BadlyBehavedHeaders(Headers): (source)

View In Hierarchy

Make Headers lie, and refuse to return a Host header from getAllRequestHeaders.

Method getAllRawHeaders Don't return a host header.
def getAllRawHeaders(self): (source)

Don't return a host header.

Returns
Iterator[Tuple[bytes, Sequence[bytes]]]Undocumented