class Protocol::HTTP::Body::Head

def ready?

@returns [Boolean] the body is ready.
def ready?
	true
end