awscurl icon indicating copy to clipboard operation
awscurl copied to clipboard

Support to print HTTP status code to std out and write content to another file

Open pj-codes opened this issue 2 years ago • 3 comments

It would be really helpful, if we can add an extra flag just like curl to print status code directly to std out and write content to a file Something like this curl -s -o response.txt -w "%{http_code}" http://example.com

pj-codes avatar Jan 03 '23 14:01 pj-codes