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

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

#534 in Parser implementations

Download history 1631549/week @ 2024-01-25 1780160/week @ 2024-02-01 1751222/week @ 2024-02-08 1705557/week @ 2024-02-15 1811878/week @ 2024-02-22 1887418/week @ 2024-02-29 1776445/week @ 2024-03-07 1774097/week @ 2024-03-14 1779862/week @ 2024-03-21 1697268/week @ 2024-03-28 1833688/week @ 2024-04-04 1792831/week @ 2024-04-11 1825805/week @ 2024-04-18 1717577/week @ 2024-04-25 1727584/week @ 2024-05-02 1402921/week @ 2024-05-09

6,993,498 downloads per month
Used in 24,331 crates (111 directly)

MIT/Apache

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