class Protocol::HTTP::Body::Head

def empty?

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