exception documentation

class RequestNotRead(StreamError): (source)

View In Hierarchy

Attempted to access streaming request content, without having called `read()`.

Method __init__ Undocumented
def __init__(self): (source)

Undocumented