http: It's too hard to POST JSON #922
Labels
adaptor
Related to one of the adaptors
Easy
Complexity level
enhancement
New feature or request
P3
Priority Level
It took me like 5 minutes to post a JSON object to a server with HTTP post.
It shouldn't be so hard!
Where I went wrong is:
options
, because 'we not defining URL query paramspost(path, body, options)
?To be fair we do document the content type thing:
I don't remember why we don't auto-parse an object 🤔 Feels like the natural thing to do. We should log to say we're doing it, and handle errors well.
I suggest:
The text was updated successfully, but these errors were encountered: