Best way to send form POST data to url using PyScript

What is the best way to send form POST data with PyScript fetch or any other means? Worse comes to worst I could convert the form POST data into a query string, attach to the URL and use open_url(url), but I would prefer to not have to do that.

Any ideas?
Thanks