Expand description
HTTP test client wrapping a tower::Service constructed from an Application.
The API mirrors Laravel’s Pest HTTP-testing surface: fluent assert_*
chains for status, headers, JSON, redirects, body content. Every assertion
returns &Self so you can stack them.