class Protocol::HTTP::Request

def connect?

Whether this is a CONNECT request: typically used to establish a tunnel.
def connect?
	@method == Methods::CONNECT
end