Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Added backward support for params in post data #140

Merged
merged 1 commit into from
Apr 2, 2019

Conversation

shrikster
Copy link
Contributor

Added backward support for params in post data
this will send post data as simple form data params
See Postman echo

curl --location --request POST "https://postman-echo.com/post" \
  --data "foo1=bar1&foo2=bar2"

@jgroom33
Copy link
Collaborator

very cool.
Looks like this starts to address #7 also

@shrikster
Copy link
Contributor Author

Yes that my next step

@jgroom33 jgroom33 merged commit cda14b5 into eykrehbein:master Apr 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants