Answers for "curl command example to post data"

0

curl pass data in request

curl -d "param1=value1¶m2=value2" -X POST http://localhost:3000/data
Posted by: Guest on March-03-2020
0

how to send http post create request using curl command

$ curl --form "[email protected]" http://locahost:8080/weather
Posted by: Guest on May-02-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language