At 11:34 2002-03-05 -0800, Gisle Aas wrote: >Somewhat related: Based on a suggestion by Sean I would like to make >the all the 'is_*' methods return the status_line when TRUE. Does >anybody have a better suggestion for what a useful TRUE value could >be?
I've been trying to decide which would be better: $resp->status line or $resp->request->url . " -- " . $resp->status_line or $resp->status_line . ' at ' . $resp->request->url I tentatively chose the first, but I'm tending to think that maybe one of the latter two would be handier. -- Sean M. Burke [EMAIL PROTECTED] http://www.spinn.net/~sburke/
