Closed
Description
We should support somehow sending request body
data as raw string. Without the requirement of providing key=value pair. This is related to httpie/cli#399 . In the httpie
library, the issue is solved by command input redirection... Eg.:
echo 'some string value' | http POST example.com/person/1
Which sort of complicates things for this library... I'm not sure how we should approach this.