class Falcon::ProxyEndpoint

def initialize(endpoint, **options)

def initialize(endpoint, **options)
	super(**options)
	
	@endpoint = endpoint
end