class Async::HTTP::Proxy

def close

Close the underlying client connection.
def close
	@client.close
end