| AUTHORS | Who made this |
| Changes | History of this package |
| MANIFEST | This file |
| Makefile.PL | Makefile generator |
| README | Get you started with this package |
| README.SSL | When you need SSL support |
| bin/lwp-download [pod] | Writes bin/lwp-download script |
| bin/lwp-mirror [pod] | Writes bin/lwp-mirror script |
| bin/lwp-request [pod] | Writes bin/lwp-request script |
| bin/lwp-rget [pod] | Writes bin/lwp-rget script |
| lib/Bundle/LWP.pm [pod] | Defines prereq modules |
| lib/File/Listing.pm [pod] | Parse directory listings |
| lib/HTML/Form.pm [pod] | Parse <form>...</form> |
| lib/HTTP/Cookies.pm [pod] | Cookie storage and management |
| lib/HTTP/Cookies/Netscape.pm [pod] | Deal with the Netscape cookie file format |
| lib/HTTP/Cookies/Microsoft.pm [pod] | Deal with the Microsoft MSIE cookie file format |
| lib/HTTP/Daemon.pm [pod] | A simple httpd |
| lib/HTTP/Date.pm [pod] | Date conversion routines |
| lib/HTTP/Headers.pm [pod] | Class encapsulating HTTP Message headers |
| lib/HTTP/Headers/Auth.pm | Some methods that deal with authorization. |
| lib/HTTP/Headers/ETag.pm | Some methods that deal with entity tags |
| lib/HTTP/Headers/Util.pm [pod] | Some utility functions for header values. |
| lib/HTTP/Message.pm [pod] | Class encapsulating HTTP messages |
| lib/HTTP/Negotiate.pm [pod] | Evaluate HTTP content negotiation algoritm |
| lib/HTTP/Request.pm [pod] | Class encapsulating HTTP Requests |
| lib/HTTP/Request/Common.pm [pod] | Generate common requests |
| lib/HTTP/Response.pm [pod] | Class encapsulating HTTP Responses |
| lib/HTTP/Status.pm [pod] | HTTP Status code processing |
| lib/LWP.pm [pod] | Includes what you need |
| lib/LWP/Authen/Basic.pm | Basic authentication scheme |
| lib/LWP/Authen/Digest.pm | Digest authentication scheme |
| lib/LWP/Authen/Ntlm.pm [pod] | NTLM authentication (Microsoft) |
| lib/LWP/ConnCache.pm [pod] | Connection cache |
| lib/LWP/Debug.pm [pod] | Debugging support |
| lib/LWP/DebugFile.pm [pod] | Send debug output to a file |
| lib/LWP/MediaTypes.pm [pod] | Library for guessing media types |
| lib/LWP/MemberMixin.pm [pod] | Helps you access %$self |
| lib/LWP/Protocol.pm [pod] | Virtual base class for LWP protocols |
| lib/LWP/Protocol/GHTTP.pm | Alternative HTTP protocol handler |
| lib/LWP/Protocol/cpan.pm | Access to cpan URLs |
| lib/LWP/Protocol/data.pm | Access to data URLs |
| lib/LWP/Protocol/file.pm | Access local files |
| lib/LWP/Protocol/ftp.pm | Access with the FTP protocol |
| lib/LWP/Protocol/gopher.pm | Access with the Gopher protocol |
| lib/LWP/Protocol/http.pm | Access with HTTP/1.1 protocol |
| lib/LWP/Protocol/http10.pm | Access with HTTP/1.0 protocol |
| lib/LWP/Protocol/https.pm | Access with HTTP/1.1 protocol over SSL |
| lib/LWP/Protocol/https10.pm | Access with HTTP/1.0 protocol over SSL |
| lib/LWP/Protocol/loopback.pm | Returns request (like HTTP TRACE) |
| lib/LWP/Protocol/mailto.pm | Allows you to POST mail using sendmail |
| lib/LWP/Protocol/nntp.pm | Handles access to news: and nntp: URLs |
| lib/LWP/Protocol/nogo.pm | Denies all requests. |
| lib/LWP/RobotUA.pm [pod] | Easy creation of conforming robots |
| lib/LWP/Simple.pm [pod] | Procedural LWP interface |
| lib/LWP/UserAgent.pm [pod] | A WWW UserAgent class |
| lib/LWP/media.types | Mapping from file extentions media types |
| lib/Net/HTTP.pm [pod] | Lower level HTTP on an IO::Socket::INET |
| lib/Net/HTTP/Methods.pm | Lower level HTTP/1.1 protocol |
| lib/Net/HTTP/NB.pm [pod] | Non-blocking HTTP |
| lib/Net/HTTPS.pm | Lower level HTTP on an SSL socket |
| lib/WWW/RobotRules.pm [pod] | Parse robot.txt files |
| lib/WWW/RobotRules/AnyDBM_File.pm [pod] | Persistent robot rules |
| lwpcook.pod [pod] | Libwww-perl examples |
| lwptut.pod [pod] | Libwww-perl tutorial |
| t/README | How to run and set up tests |
| t/TEST | Run tests |
| t/base/common-req.t | Test HTTP::Request::Common module |
| t/base/cookies.t | Test HTTP::Cookies module |
| t/base/date.t | Test HTTP::Date module |
| t/base/headers-auth.t | Test HTTP::Headers::Auth module |
| t/base/headers-etag.t | Test HTTP::Headers::ETag module |
| t/base/headers-util.t | Test HTTP::Headers::Util module |
| t/base/headers.t | Test HTTP::Headers module |
| t/base/http.t | Test Net::HTTP::Methods module |
| t/base/listing.t | Test File::Listing module |
| t/base/mediatypes.t | Test LWP::MediaTypes module |
| t/base/message.t | Test HTTP::Message |
| t/base/message-old.t | Test HTTP::Request/HTTP::Response |
| t/base/message-parts.t | Test HTTP::Message parts method |
| t/base/negotiate.t | Test HTTP::Negotiation module |
| t/base/protocols.t | Test protocol methods of LWP::UserAgent |
| t/base/response.t | Test additional HTTP::Response methods |
| t/base/status.t | Test HTTP::Status module |
| t/base/ua.t | Basic LWP::UserAgent tests |
| t/html/form.t | Test HTML::Form module |
| t/html/form-param.t | More HTML::Form tests. |
| t/live/activestate.t | |
| t/live/apache-listing.t | Test File::Listing::apache package |
| t/live/jigsaw-auth-b.t | |
| t/live/jigsaw-auth-d.t | |
| t/live/jigsaw-chunk.t | |
| t/live/jigsaw-md5-get.t | |
| t/live/jigsaw-md5.t | |
| t/live/jigsaw-neg-get.t | |
| t/live/jigsaw-neg.t | |
| t/live/jigsaw-te.t | |
| t/live/validator.t | |
| t/local/autoload-get.t | |
| t/local/autoload.t | Test autoloading of LWP::Protocol modules |
| t/local/get.t | Try to get a local file |
| t/local/http-get.t | |
| t/local/http.t | Test http to local server |
| t/local/protosub.t | Test with other protocol module |
| t/net/cgi-bin/moved | |
| t/net/cgi-bin/nph-slowdata | |
| t/net/cgi-bin/slowread | |
| t/net/cgi-bin/test | |
| t/net/cgi-bin/timeout | |
| t/net/config.pl.dist | Suggested configuration for net tests |
| t/net/http-get.t | |
| t/net/http-post.t | |
| t/net/http-timeout.t | |
| t/net/mirror.t | |
| t/net/moved.t | |
| t/net/proxy.t | |
| t/robot/rules-dbm.t | Test WWW::RobotRules::AnyDBM_File |
| t/robot/rules.t | Test WWW::RobotRules |
| t/robot/ua-get.t | |
| t/robot/ua.t | Test LWP::RobotUA |