#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

#571 in Parser implementations

Download history 1922100/week @ 2024-09-11 2022827/week @ 2024-09-18 2173975/week @ 2024-09-25 2532006/week @ 2024-10-02 2570929/week @ 2024-10-09 2797423/week @ 2024-10-16 2175919/week @ 2024-10-23 2069091/week @ 2024-10-30 2072408/week @ 2024-11-06 2203091/week @ 2024-11-13 2175171/week @ 2024-11-20 1910984/week @ 2024-11-27 2302394/week @ 2024-12-04 2370413/week @ 2024-12-11 1774582/week @ 2024-12-18 960191/week @ 2024-12-25

7,816,396 downloads per month
Used in 29,414 crates (137 directly)

MIT/Apache

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