class Protocol::HTTP::Request

def connect?

def connect?
	@method == Methods::CONNECT
end