Description
Routes Faraday requests through Rack-compatible applications. It is useful for testing API clients against in-process apps and for integrations that need HTTP-like behavior without a real network server.
In-process testing is fast but can differ from real deployment. Keep separate checks for proxies, TLS, headers, timeouts, and network failures.