Skip to content

Support for sending body data that isn't in key:value format #75

Closed
@fogine

Description

@fogine

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions