Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to send post data value in go-wrk command? #17

Open
kumaranvpl opened this issue Jul 11, 2016 · 1 comment
Open

How to send post data value in go-wrk command? #17

kumaranvpl opened this issue Jul 11, 2016 · 1 comment

Comments

@kumaranvpl
Copy link

kumaranvpl commented Jul 11, 2016

curl -X POST -d'{"accountID":"1"}' localhost:1234/geInfo
How am I supposed to send accountID value in go-wrk command for a post request

@Yannic
Copy link
Contributor

Yannic commented Oct 15, 2016

I recently had the same issue and added the option. #18
go-wrk -m="POST" -b='{"accountID":"1"}' http://localhost:1234/geInfo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants