zio-http
zio-http copied to clipboard
Encoding of application/x-www-form-urlencoded
It would be nice if with some built-in easy way to encode form data when using the Client to send requests, as you'll often want to post to some service that expects application/x-www-form-urlencoded.
For example this could be part of the HttpData class, that seems like a natural place for something like that.