class Protocol::HTTP::Request

def call(connection)

Send the request to the given connection.
def call(connection)
	connection.call(self)
end