-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
bugSomething isn't workingSomething isn't workingnewNeeds triage. Comments are welcome!Needs triage. Comments are welcome!
Description
Checklist
- I've searched for similar issues.
- I'm using the latest version of HTTPie.
Minimal reproduction code and steps
- Run
http --print=B POST api.url.com field_name="Foo Bar"
Current result
usage:
http [METHOD] URL [REQUEST_ITEM ...]
error:
argument REQUEST_ITEM: 'Bar' is not a valid value
for more information:
run 'http --help' or visit https://httpie.io/docs/cliExpected result
{
"field_name": "Foo Bar"
}msmojtabafar
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnewNeeds triage. Comments are welcome!Needs triage. Comments are welcome!