Registry / web-framework / urlencoded

urlencoded

JSON →
library0.6.0rscratesunverified

Decoding middleware for url-encoded data, designed for use with the Iron web framework.

# Cargo.toml [dependencies] urlencoded = "0.6.0"
INSTALL
IMPORT
SIG · URLENCODED
U
urlencoded
web-frameworkrustv0.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.

UrlEncoded
use urlencoded::UrlEncoded;

Imports the UrlEncoded middleware for Iron.

use urlencoded::UrlEncoded; fn main() { // Typically used as middleware in Iron. println!("UrlEncoded middleware for Iron"); }
Debug
Known issues
gotchaOnly works with the Iron web framework, which is no longer actively maintained.
fix
Consider using a more modern framework like Actix-web or Rocket.
affects: >=0.6.0
Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
urlencoded — cargo add urlencoded · libregistry