class

Kemal::InitHandler

Inherits HTTP::Handler < Reference < Object

Initializes the context with default values, such as Content-Type or X-Powered-By headers.

Constants

INSTANCE = new

Instance methods

in_flight

The number of requests currently being served. A WebSocket or SSE connection counts for as long as it stays open.

Source