Registry / testing / iron-test

iron-test

JSON →
library0.6.0rscratesunverified

Mocking suite for Iron requests.

# Cargo.toml [dependencies] iron-test = "0.6.0"
INSTALL
IMPORT
SIG · IRON-TEST
I
iron-test
testingrustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mock
use iron_test::mock;

Create a mock HTTP request for testing Iron web framework.

use iron_test::mock; let request = mock::request::new("GET", "http://example.com"); println!("Mock request created: {:?}", request);
Debug
Known issues
breakingIron framework is deprecated; consider using Actix or Rocket
fix
Migrate to a modern web framework
affects: >=0.6.0
Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iron-test — cargo add iron-test · libregistry