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
Heya, does this library support form data? I tried the following hoping my case classes would be converted to form data automatically but it seems to break
Heya, does this library support form data? I tried the following hoping my case classes would be converted to form data automatically but it seems to break
Best I got was simply adding
However, it sends this in the request:
curl -X POST --header 'Content-Type: multipart/form-data' --header 'Accept: application/json' {"type":"formData"} http://redacted.url
Any leads on this?
The text was updated successfully, but these errors were encountered: