module Falcon

Classes and Modules

module Body
module Command
class CompositeServer

A composite server that manages multiple class Falcon::Server instances.

class Endpoint < Async::HTTP::Endpoint

An HTTP-specific endpoint which adds localhost TLS.

module Environment

Pre-defined environments for hosting web applications.

class Listener

Describes a bound listener for a Falcon server.

module Middleware
class ProxyEndpoint < ::IO::Endpoint::Generic

An endpoint suitable for proxing requests, typically via a unix pipe.

module Rackup
class Railtie < Rails::Railtie

Rails integration for Falcon, configuring ActiveSupport to use fiber-based isolation.

class Server < Async::HTTP::Server

A server listening on a specific endpoint, hosting a specific middleware.

module Service
module TLS

TLS configuration and cipher suites for Falcon servers.