Skip Menu |

This queue is for tickets about the WWW-Mechanize-Shell CPAN distribution.

Report information
The Basics
Id: 2897
Status: resolved
Priority: 0/
Queue: WWW-Mechanize-Shell

People
Owner: corion [...] cpan.org
Requestors: mark [...] summersault.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.26
Fixed in: 0.27



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