Subject: | function to view raw server response. |
Hello,
I was just trying to use ::Shell to debug when I was getting a blank page in my browser. I wanted to see the raw server response. This is available in HTTP::Response with "$r->as_string", but I don't know how to get it from ::Shell.
I would like a function like "response" or "raw_response" to view this.
Thanks!
Mark