module Falcon
Classes and Modules
class CompositeServerA composite server that manages multiple
class Falcon::Serverinstances.class Endpoint < Async::HTTP::EndpointAn HTTP-specific endpoint which adds localhost TLS.
module EnvironmentPre-defined environments for hosting web applications.
class ListenerDescribes a bound listener for a Falcon server.
class ProxyEndpoint < ::IO::Endpoint::GenericAn endpoint suitable for proxing requests, typically via a unix pipe.
class Railtie < Rails::RailtieRails integration for Falcon, configuring ActiveSupport to use fiber-based isolation.
class Server < Async::HTTP::ServerA server listening on a specific endpoint, hosting a specific middleware.
module TLSTLS configuration and cipher suites for Falcon servers.