class

Inertia::Handler

Inherits HTTP::Handler < Reference < Object

Provides a HTTP handler for Inertia.js integration on your HTTP server middleware stack.

See Inertia#http_handler for usage.

Constants

HTTP_REDIRECT_METHODS = {"DELETE", "PATCH", "PUT"}
HTTP_REDIRECT_STATUS = {301, 302}

Constructors

new(inertia : Inertia)
Source

Instance methods