You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I considered using this module to encode/decode from x-www-form-urlencoded, but I ended up using WWW::Form::UrlEncoded because it provides a build_urlencoded_utf8 function that takes an arrayref or hashref and returns urlencoded octets. Basically the opposite operation to url_params_flat/url_params_mixed. Would you consider adding a function or functions to implement this?
The text was updated successfully, but these errors were encountered:
I considered using this module to encode/decode from x-www-form-urlencoded, but I ended up using WWW::Form::UrlEncoded because it provides a build_urlencoded_utf8 function that takes an arrayref or hashref and returns urlencoded octets. Basically the opposite operation to url_params_flat/url_params_mixed. Would you consider adding a function or functions to implement this?
The text was updated successfully, but these errors were encountered: