blob: 065e3064fd7f38effd647d67339846d502ea6a0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
The LWP::Protocol::http10 module provide support for using HTTP/1.0 protocol
with LWP. To use it you need to call LWP::Protocol::implementor() to override
the standard handler for http URLs.
This module used to be bundled with the libwww-perl, but it was unbundled in
v6.02 as part of the general cleanup for the 6-series. LWP::Protocol::http10 is
deprecated.
WWW: http://search.cpan.org/dist/LWP-Protocol-http10/
|