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
Instance methods
call(context : HTTP::Server::Context)
Source