okigan / awscurl

curl-like access to AWS resources with AWS Signature Version 4 request signing.
MIT License
737 stars 91 forks source link

Include flag to support printing headers #52

Closed wojtii closed 5 years ago

wojtii commented 5 years ago

This feature allows printing response headers before body. I've done it similarly to curl implementation but I left printing dict (no pretty printing). For me this feature would be a great improve in using awscurl with API Gateway. Let me know what do you think :)

okigan commented 5 years ago

Nice

okigan commented 5 years ago

Please update README.md as well.