http.forms.parse_args

http.forms

parse_args(body) -> args

Parse a URL-encoded form body into a key-value table

Parses an application/x-www-form-urlencoded body. + signs in values are restored to spaces before URL-decoding; values are then HTML-escaped via html_escape. Returns an empty table for non-string or empty input. Key-value pairs missing the = separator are silently skipped.