Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

LWP::Protocol::http10

Name LWP::Protocol::http10
Version 6.03
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/LWP/Protocol/http10.pm
Is Core No
Search CPAN for this module LWP::Protocol::http10
Documentation LWP::Protocol::http10
Module Details LWP::Protocol::http10

NAME

LWP::Protocol::http10 - Legacy HTTP/1.0 support for LWP


SYNOPSIS

  require LWP::Protocol::http10;
  LWP::Protocol::implementor('http', 'LWP::Protocol::http10');
  use LWP::UserAgent;
  $res = $ua->get("http://www.example.com";);


DESCRIPTION

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.


SEE ALSO

the LWP::UserAgent manpage, the LWP::Protocol manpage


COPYRIGHT

Copyright 1997-2003 Gisle Aas.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024