We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
curl -X POST -d'{"accountID":"1"}' localhost:1234/geInfo
The text was updated successfully, but these errors were encountered:
I recently had the same issue and added the option. #18 go-wrk -m="POST" -b='{"accountID":"1"}' http://localhost:1234/geInfo
go-wrk -m="POST" -b='{"accountID":"1"}' http://localhost:1234/geInfo
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: