in reply to
LWP and force protocol 1.0
HTTP::Request is a subclass of HTTP::Message and therefore inherits its methods.
HTTP::Message
has method protocol() sets the HTTP protocol used for the message. The protocol() is a string like HTTP/1.0 or HTTP/1.1.
-- Yuriy Syrota
Comment on
Re: LWP and force protocol 1.0
In Section
Seekers of Perl Wisdom