module Unicorn

Unicorn exposes very little of an user-visible API and most of its internals are subject to change. Unicorn is designed to host Rack applications, so applications should be written against the Rack SPEC and not Unicorn internals.

Constants

ClientShutdown

Raised inside TeeInput when a client closes the socket inside the application dispatch. This is always raised with an empty backtrace since there is nothing in the application stack that is responsible for client shutdowns/disconnects. This exception is visible to Rack applications unless PrereadInput middleware is loaded.