module Environment
Pre-defined environments for hosting web applications.
Classes and Modules
module ApplicationProvides an environment for hosting a web application that uses TLS.
module ClusterProvides an environment for hosting a cluster of Falcon server workers, where each worker binds its own endpoint.
module ConfiguredThis module provides a common interface for configuring the Falcon application.
module LetsEncryptTLSProvides an environment that uses "Lets Encrypt" for TLS.
module ProxyProvides an environment for hosting a TLS-capable reverse proxy using SNI.
module RackProvides an environment for hosting a web application that use a Rackup
config.rufile.module RackupProvides an environment for hosting loading a Rackup
config.rufile.module RedirectProvides an environment for redirecting insecure web traffic to a secure endpoint.
module SelfSignedTLSProvides an environment that exposes a self-signed TLS certificate using the
localhostgem.module ServeProvides application configuration discovery and loading for
falcon serve.module ServerProvides an environment for hosting a web application that uses a Falcon server.
module TLSProvides an environment that exposes a TLS context for hosting a secure web application.
module VirtualProvides an environment for running virtual hosts with front-end proxy and redirect services.