class Protocol::HTTP::Body::Readable

def length

@returns [Integer | Nil] The total length of the body, or `nil` if the length is unknown.
The total length of the body, if known.
def length
	nil
end