Registry / web-framework / bodyparser

bodyparser

JSON →
library0.8.0rscratesunverified

Body parsing middleware for Iron.

# Cargo.toml [dependencies] bodyparser = "0.8.0"
INSTALL
IMPORT
SIG · BODYPARSER
B
bodyparser
web-frameworkrustv0.8.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.

BodyParser
use bodyparser::BodyParser;

Imports the BodyParser middleware for Iron.

use bodyparser::BodyParser; fn main() { // BodyParser is used as middleware with Iron println!("BodyParser middleware available"); }
Debug
Known issues
breakingIron framework is deprecated; consider using Actix-web or Rocket.
fix
Migrate to a modern web framework and use its built-in body parsing.
affects: >=0.8.0
Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
bodyparser — cargo add bodyparser · libregistry