zio-http icon indicating copy to clipboard operation
zio-http copied to clipboard

Encoding of application/x-www-form-urlencoded

Open heksesang opened this issue 3 years ago • 0 comments

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.

heksesang avatar Jan 27 '22 19:01 heksesang