mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
parses POST form data. URL::Encode::XS suggests that it shouldn't be used directly, and that URL::Encode should be used as the interface. There is not currently a p5-URL-Encode port.
5 lines
207 B
Text
5 lines
207 B
Text
This is an XS impementation of URL::Encode, which provides functions to encode
|
|
and decode strings into and from the application/x-www-form-urlencoded
|
|
encoding.
|
|
|
|
WWW: https://metacpan.org/pod/URL::Encode::XS
|