Sunday, October 2, 2022

Use curl to send 2 HTTP requests in one connection

$ curl -X POST http://myserver/myapp -d 'data-1' --next http://myserver/myapp -d 'data-2'

No comments:

Post a Comment