in reply to Setting HTTP Protocol Version

See LWP::Protocol and copy LWP::Protocol::http10

Replies are listed 'Best First'.
Re^2: Setting HTTP Protocol Version
by wagnerc (Sexton) on Aug 26, 2009 at 17:29 UTC
    Can u elaborate? I don't see anything in that module's documentation on how to make ur $ua object speak HTTP 1.0 or set the request URI.

    update: After staring at it for a while, could u be referring to the implementor function?

    use LWP; LWP::Protocol::implementor("http", "LWP::Protocol::http10"); print LWP::Protocol::implementor("http"); ^D LWP::Protocol::http10
      I said copy LWP::Protocol::http10. You then modify it as you see fit (see ->protocol), register as the implementor, and you're finished.
        That makes a little more sense. But what protocol() method are u referring to? U need to increase ur verbosity level. Trying using -vv.
      The words are spelt "you" and "your". The rest of your message is obviously intelligent, so please don't try to make yourself look like an idiot - you're not very good at it :-)