read_as_stream method

read_as_stream

Serialize the HTTP content and return a stream that represents the content.

Returns

Serialized stream that represents the content

def read_as_stream(self):
    ...

See Also