read_as_byte_array method

read_as_byte_array

Serialize the HTTP content and return a byte array that represents the content.

Returns

Serialized byte array that represents the content

def read_as_byte_array(self):
    ...

See Also