Docs.rs
es-htmlform-0.1.1
es-htmlform 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
/
MIT
Links
Homepage
Repository
crates.io
Source
Owners
johnnydebris
Dependencies
hex ^0.4
normal
regex ^1
normal
serde ^1.0
normal
serde_json ^1.0
normal
Versions
33.61%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module value
es_
htmlform
0.1.1
Module value
Module Items
Structs
Functions
In crate es_
htmlform
es_htmlform
Module
value
Copy item path
Source
Structs
§
UrlDecoding
Error
Error to denote
urldecode()
fails.
Value
A single form value, stored as
String
. May be empty in some cases, which results in the value being ignored in validation.
Value
Map
A set of form values. Note that values are always stored as lists of strings, similar to how urlencoded form data is treated (no type information, any field may appear more than once and there doesn’t need to be a value).
Functions
§
urldecode
Decode url-encoded bytes to a UTF-8
String
.