Extra utilities for testing axum applications.
# Cargo.toml
[dependencies]
axum-test-helper = "0.4.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a test client for an axum router and sends a GET request.
Ensure your test is run with #[tokio::test] or similar async runtime.
No dependency data recorded yet.