async
POSTing using curl
curl -X POST "http://localhost:8080/projects”
curl -X POST "http://localhost:8080/accounts -H 'connection: close'
(by default, curl uses connection: keep-alive)
POSTing using curl
curl -X POST "http://localhost:8080/projects”
curl -X POST "http://localhost:8080/accounts -H 'connection: close'
(by default, curl uses connection: keep-alive)