Skip to content

[Bug]: Import from curl did not pull in GET paramsΒ #243

@brian3t

Description

@brian3t

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:

Image

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions