in reply to Re^4: How to override HTTP::UserAgent::request to return a subclassed HTTP::Response
in thread How to override HTTP::UserAgent::request to return a subclassed HTTP::Response
Yes, this is what I mean. As I don't know how you want to turn a HTTP::Response into your XXX::HTTP::Response, as you've kept the differences between the two well to yourself, I can't tell you any better way than to write some code that creates an XXX::HTTP::Response object from a HTTP::Response object.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: How to override HTTP::UserAgent::request to return a subclassed HTTP::Response
by mje (Curate) on Jun 01, 2009 at 16:12 UTC | |
by Corion (Patriarch) on Jun 01, 2009 at 16:22 UTC |