class Protocol::HTTP::Body::Head

def length

@returns [Integer] the length of the body, if known.
def length
	@length
end