module

SpecKemal

Links Kemal's [HTTP::Handler] chain. Used by [process_request] and [./spec-kemal/websocket] WebSocket flow.

Class methods

build_main_handler
Source
process_request(request : HTTP::Request) : HTTP::Client::Response

In-memory handler run. Does not call [HTTP::Server::Response#upgrade_handler]; use the top-level connect_websocket helper for full WebSocket message tests.

Source