class Protocol::HTTP::Body::Readable

def read

@raises [StandardError] If an error occurs while reading.
@returns [String | Nil] The chunk of data, or `nil` if the stream has finished.

Read the next available chunk.
def read
	nil
end