class Protocol::HTTP::Body::Head

def initialize(length)

@parameter length [Integer] the length of the body.

Initialize the head body with the given length.
def initialize(length)
	@length = length
end