# sig/falcon/adapters/early_hints.rbs class Falcon::Adapters::EarlyHints def call: () -> untyped def initialize: () -> void def push: () -> untyped end # sig/falcon/adapters/input.rbs class Falcon::Adapters::Input def close: () -> untyped def each: () -> untyped def eof?: () -> untyped def gets: () -> untyped def initialize: () -> void def read: () -> untyped def read_next: () -> untyped def rewind: () -> untyped end # sig/falcon/adapters/output.rbs class Falcon::Adapters::Output < Protocol::HTTP::Body::Readable def self.wrap: () -> untyped def close: () -> untyped def each: () -> untyped def empty?: () -> untyped def initialize: () -> void def inspect: () -> untyped def read: () -> untyped end # sig/falcon/adapters/rack.rbs class Falcon::Adapters::Rack def call: () -> untyped def failure_response: () -> untyped def initialize: () -> void def unwrap_headers: () -> untyped def unwrap_request: () -> untyped end # sig/falcon/adapters/response.rbs class Falcon::Adapters::Response < Protocol::HTTP::Response def self.wrap: () -> untyped def self.wrap_headers: () -> untyped def initialize: () -> void end # sig/falcon/adapters/rewindable.rbs class Falcon::Adapters::Rewindable < Protocol::HTTP::Middleware def call: () -> untyped def initialize: () -> void def needs_rewind?: () -> untyped end # sig/falcon/command/host.rbs class Falcon::Command::Host < Falcon::Command::Samovar::Command def assume_privileges: () -> untyped def call: () -> untyped def run: () -> untyped end # sig/falcon/command/serve.rbs class Falcon::Command::Serve < Falcon::Command::Samovar::Command def call: () -> untyped def client: () -> untyped def client_endpoint: () -> untyped def container_class: () -> untyped def container_options: () -> untyped def endpoint_options: () -> untyped def load_app: () -> untyped def run: () -> untyped def slice_options: () -> untyped end # sig/falcon/command/supervisor.rbs class Falcon::Command::Supervisor < Falcon::Command::Samovar::Command def call: () -> untyped def endpoint: () -> untyped end # sig/falcon/command/supervisor.rbs class Falcon::Command::Supervisor::Restart < Falcon::Command::Supervisor::Samovar::Command def call: () -> untyped end # sig/falcon/command/supervisor.rbs class Falcon::Command::Supervisor::Statistics < Falcon::Command::Supervisor::Samovar::Command def call: () -> untyped end # sig/falcon/command.rbs class Falcon::Command::Top < Falcon::Command::Samovar::Command def call: () -> untyped def quiet?: () -> untyped def verbose?: () -> untyped end # sig/falcon/command/virtual.rbs class Falcon::Command::Virtual < Falcon::Command::Samovar::Command def assume_privileges: () -> untyped def call: () -> untyped def insecure_endpoint: () -> untyped def run: () -> untyped def secure_endpoint: () -> untyped def spawn: () -> untyped end # sig/falcon/configuration.rbs class Falcon::Configuration def add: () -> untyped def each: () -> untyped def initialize: () -> void def load_file: () -> untyped end # sig/falcon/configuration.rbs class Falcon::Configuration::Loader def self.load_file: () -> untyped def add: () -> untyped def host: () -> untyped def initialize: () -> void def load: () -> untyped def merge: () -> untyped def proxy: () -> untyped def rack: () -> untyped def supervisor: () -> untyped end # sig/falcon/endpoint.rbs class Falcon::Endpoint < Falcon::Async::HTTP::Endpoint def build_ssl_context: () -> untyped def ssl_context: () -> untyped end # sig/falcon/host.rbs class Falcon::Host < Falcon::Service def authority: () -> untyped def bound_endpoint: () -> untyped def endpoint: () -> untyped def name: () -> untyped def root: () -> untyped def run: () -> untyped def ssl_context: () -> untyped def to_s: () -> untyped end # sig/falcon/hosts.rbs class Falcon::Hosts def add: () -> untyped def each: () -> untyped def endpoint: () -> untyped def host_context: () -> untyped def initialize: () -> void def proxy: () -> untyped def redirection: () -> untyped def run: () -> untyped def ssl_context: () -> untyped end # sig/falcon/proxy.rbs class Falcon::Proxy < Falcon::Protocol::HTTP::Middleware def call: () -> untyped def close: () -> untyped def connect: () -> untyped def initialize: () -> void def lookup: () -> untyped def prepare_headers: () -> untyped def prepare_request: () -> untyped end # sig/falcon/proxy_endpoint.rbs class Falcon::ProxyEndpoint < Falcon::Async::IO::Endpoint def self.unix: () -> untyped def authority: () -> untyped def bind: () -> untyped def connect: () -> untyped def each: () -> untyped def initialize: () -> void def protocol: () -> untyped def scheme: () -> untyped def to_s: () -> untyped end # sig/falcon/redirection.rbs class Falcon::Redirection < Falcon::Protocol::HTTP::Middleware def call: () -> untyped def initialize: () -> void def lookup: () -> untyped end # sig/falcon/server.rbs class Falcon::Server < Falcon::Async::HTTP::Server def self.middleware: () -> untyped end # sig/falcon/service.rbs class Falcon::Service def initialize: () -> void def name: () -> untyped def run: () -> untyped end # sig/falcon/services.rbs class Falcon::Services def add: () -> untyped def each: () -> untyped def initialize: () -> void def run: () -> untyped end # sig/falcon/supervisor.rbs class Falcon::Supervisor def handle: () -> untyped def initialize: () -> void def restart: () -> untyped def run: () -> untyped def statistics: () -> untyped end # sig/falcon/supervisor.rbs class Falcon::Supervisor::Statistics def capture: () -> untyped def initialize: () -> void end # sig/falcon/verbose.rbs class Falcon::Verbose < Falcon::Protocol::HTTP::Middleware def annotate: () -> untyped def call: () -> untyped def initialize: () -> void end # sig/falcon/proxy.rbs module Falcon::BadRequest def self.call: () -> untyped def self.close: () -> untyped end # sig/falcon/command.rbs module Falcon::Command def self.call: () -> untyped end # sig/falcon/redirection.rbs module Falcon::NotFound def self.call: () -> untyped def self.close: () -> untyped end # sig/rack/handler/falcon.rbs module Rack::Handler::Falcon def self.endpoint_for: () -> untyped def self.run: () -> untyped end