socketry / async-http

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potentially add verbose logging to `Async::HTTP::Internet`

ioquatix opened this issue · comments

Consider adding debug logging re automatic gzip handling etc #68

  • So consider moving Falcon::Middleware::Verbose to Async::HTTP.
  • Enable for Async::HTTP::Internet when $VERBOSE.
  • Improve output formatting.

Add documentation:

  • Show compression headers / body.
  • Explain how to enable/use.