SyntaxFix
Write A Post
Hire A Developer
Questions
For curl, how about using the -d switch? Like: curl -X PUT "localhost:8080/urlstuffhere" -d "@filename"?
curl
-d
curl -X PUT "localhost:8080/urlstuffhere" -d "@filename"