class Falcon::ProxyEndpoint

def self.unix(path, **options)

@returns [ProxyEndpoint]
Create a proxy unix endpoint with the specific path.
def self.unix(path, **options)
	self.new(::Async::IO::Endpoint.unix(path), **options)
end