1LWP::Protocol::http10(3U)ser Contributed Perl DocumentatiLoWnP::Protocol::http10(3)
2
3
4
6 LWP::Protocol::http10 - Legacy HTTP/1.0 support for LWP
7
9 require LWP::Protocol::http10;
10 LWP::Protocol::implementor('http', 'LWP::Protocol::http10');
11
12 use LWP::UserAgent;
13 $res = $ua->get("http://www.example.com");
14
16 The LWP::Protocol::http10 module provide support for using HTTP/1.0
17 protocol with LWP. To use it you need to call
18 LWP::Protocol::implementor() to override the standard handler for http
19 URLs.
20
21 This module used to be bundled with the libwww-perl, but it was
22 unbundled in v6.02 as part of the general cleanup for the 6-series.
23 LWP::Protocol::http10 is deprecated.
24
26 LWP::UserAgent, LWP::Protocol
27
29 Copyright 1997-2003 Gisle Aas.
30
31 This library is free software; you can redistribute it and/or modify it
32 under the same terms as Perl itself.
33
34
35
36perl v5.32.1 2021-01-27 LWP::Protocol::http10(3)