#parser-serializer #forms #url #serialization #parse-url #html #query-string

no-std form_urlencoded

Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms

5 stable releases

1.2.1 Nov 22, 2023
1.2.0 Jun 5, 2023
1.1.0 Sep 8, 2022
1.0.1 Feb 19, 2021
1.0.0 Jun 19, 2020

#942 in Parser implementations

Download history 2186166/week @ 2024-11-15 1998771/week @ 2024-11-22 2086150/week @ 2024-11-29 2456067/week @ 2024-12-06 2192876/week @ 2024-12-13 1286398/week @ 2024-12-20 1260646/week @ 2024-12-27 2097143/week @ 2025-01-03 2469387/week @ 2025-01-10 2303696/week @ 2025-01-17 2362950/week @ 2025-01-24 2604691/week @ 2025-01-31 2760017/week @ 2025-02-07 2756435/week @ 2025-02-14 3026886/week @ 2025-02-21 2534531/week @ 2025-02-28

11,556,712 downloads per month
Used in 31,180 crates (144 directly)

MIT/Apache

29KB
591 lines

Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.

Converts between a string (such as an URL’s query string) and a sequence of (name, value) pairs.

Dependencies