-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Example curl from Stripe: curl -G https://api.stripe.com/v1/payment_methods
-u "sk_forstripehere"
-d type=card
-d limit=3
-d customer=cus_9s6XKzkNRiz8i3
Import into HTTPIE.
Result:

None of the params was parsed.
Expected params: type, limit, customer
Steps to reproduce?
curl from Stripe: curl -G https://api.stripe.com/v1/payment_methods \
-u "sk_forstripehere" \
-d type=card \
-d limit=3 \
-d customer=cus_9s6XKzkNRiz8i3
Import into HTTPIE.
What did you expect to happen?
Expected params: type, limit, customer
Platform
None
HTTPie Desktop version
2025.2.0
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working