class Falcon::ProxyEndpoint
def self.unix(path, **options)
Create a proxy unix endpoint with the specific path.
def self.unix(path, **options) self.new(::IO::Endpoint.unix(path), **options) end
def self.unix(path, **options) self.new(::IO::Endpoint.unix(path), **options) end