Link to home
Start Free TrialLog in
Avatar of prashanthgn
prashanthgn

asked on

Specifying Protocol thru LWP::UserAgent

Hi,

   Is there any function thru which, I can restrict my HTTP requset to use a particular parotocol (either HTTP, HTTPS, FTP, GOPHER etc..).

Prashanth

ASKER CERTIFIED SOLUTION
Avatar of arhuman
arhuman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of arhuman
arhuman

You could also play with LWP::Protocol (but without more information, I think that you should stick with my previous answer...)

As far as I remember the protocols handled by LWP are HTTP, HTTPS, FTP, GOPHER, FILE, MAILTO, and NEWS.