Method: Falcon::Environment::Application#endpoint

Defined in:
lib/falcon/environment/application.rb

#endpointObject

The endpoint that will be used for communicating with the application server.



45
46
47
48
49
50
51
# File 'lib/falcon/environment/application.rb', line 45

def endpoint
  ::Falcon::ProxyEndpoint.unix(ipc_path,
    protocol: protocol,
    scheme: scheme,
    authority: authority
  )
end