#parser-serializer #forms #url #serialization #parse-url #html #applications

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

#564 in Parser implementations

Download history 1942960/week @ 2024-08-01 2100674/week @ 2024-08-08 1919018/week @ 2024-08-15 1991520/week @ 2024-08-22 1869001/week @ 2024-08-29 2124926/week @ 2024-09-05 1916466/week @ 2024-09-12 2039248/week @ 2024-09-19 2187884/week @ 2024-09-26 2599994/week @ 2024-10-03 2526687/week @ 2024-10-10 2800594/week @ 2024-10-17 2156341/week @ 2024-10-24 2054090/week @ 2024-10-31 2105777/week @ 2024-11-07 2204321/week @ 2024-11-14

8,938,877 downloads per month
Used in 28,454 crates (130 directly)

MIT/Apache

29KB
594 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