Curl is a command-line tool for transferring data specified with URL syntax.
- install curl
- GET
- curl http://randx.tokyo
- POST
- curl -X POST -H “Content-Type: application/json” -d ‘{“id”: 1, “content”: “dummy”}’ http://randx.tokyo/blogs
Curl is a command-line tool for transferring data specified with URL syntax.