Hi, At Tue, 14 Aug 2001 15:14:49 -0600, Sean M. Burke <[EMAIL PROTECTED]> wrote: > >I think LWP::UserAgent->simple_request should be divided into 2 parts. > >First part modifies given HTTP::Request object according to > >UserAgent's properties. And second part simply send given > >HTTP::Request object. > That sounds like an okay idea to me. Thanks. > Did you come up with this idea because you needed to do something like send > an unprepared or specially prepared HTTP::Request object? Yes. Now I'm grappling with HTTP-based customized protocol for a specialized application using LWP. With the feature I proposed, I found it can be done more easily by inheriting from LWP::UserAgent. -- Keiichiro Nagano
