Alumna::Testing::AppClient
A virtual HTTP client that dispatches requests directly to the Alumna router entirely in memory. It skips network binding, sockets, and sleeps.
Constructors
new(app : App, trusted_proxies : App::TrustedProxies = nil)
SourceInstance methods
app
Sourcedefault_headers
Sourcerequest(method : String, path : String, body : String | Nil = nil, headers : Hash(String, String) | Nil = nil) : AppClientResponse
Sourcerouter
Source