lwsjs / local-web-server

A lean, modular web server for rapid full-stack development.
MIT License
1.21k stars 85 forks source link

better debugging output for proxied requests #41

Closed 75lb closed 7 years ago

75lb commented 8 years ago

using the --verbose flag you can see the URLs of proxied requests.. would like an option to see the header and body content of each proxied request too.

75lb commented 7 years ago

this is resolved by the --verbose option in v2 which is in progress and available for preview.