1
AUTHORS				Who made this
2
Changes				History of this package
3
MANIFEST			This file
4
Makefile.PL			Makefile generator
5
README				Get you started with this package
6
README.SSL			When you need SSL support
7
bin/lwp-download             	Writes bin/lwp-download script
8
bin/lwp-mirror			Writes bin/lwp-mirror script
9
bin/lwp-request			Writes bin/lwp-request script
10
bin/lwp-rget			Writes bin/lwp-rget script
11
talk-to-ourself			Are we able to run tests talk HTTP to local server?
12
lib/Bundle/LWP.pm               Defines prereq modules
13
lib/File/Listing.pm		Parse directory listings
14
lib/HTML/Form.pm                Parse <form>...</form>
15
lib/HTTP/Cookies.pm             Cookie storage and management
16
lib/HTTP/Cookies/Netscape.pm    Deal with the Netscape cookie file format
17
lib/HTTP/Cookies/Microsoft.pm   Deal with the Microsoft MSIE cookie file format
18
lib/HTTP/Daemon.pm		A simple httpd
19
lib/HTTP/Date.pm		Date conversion routines
20
lib/HTTP/Headers.pm		Class encapsulating HTTP Message headers
21
lib/HTTP/Headers/Auth.pm	Some methods that deal with authorization.
22
lib/HTTP/Headers/ETag.pm	Some methods that deal with entity tags
23
lib/HTTP/Headers/Util.pm        Some utility functions for header values.
24
lib/HTTP/Message.pm		Class encapsulating HTTP messages
25
lib/HTTP/Negotiate.pm		Evaluate HTTP content negotiation algoritm
26
lib/HTTP/Request.pm		Class encapsulating HTTP Requests
27
lib/HTTP/Request/Common.pm      Generate common requests
28
lib/HTTP/Response.pm		Class encapsulating HTTP Responses
29
lib/HTTP/Status.pm		HTTP Status code processing
30
lib/LWP.pm			Includes what you need
31
lib/LWP/Authen/Basic.pm		Basic authentication scheme
32
lib/LWP/Authen/Digest.pm	Digest authentication scheme
33
lib/LWP/Authen/Ntlm.pm		NTLM authentication (Microsoft)
34
lib/LWP/ConnCache.pm		Connection cache
35
lib/LWP/Debug.pm		Debugging support
36
lib/LWP/DebugFile.pm		Send debug output to a file
37
lib/LWP/MediaTypes.pm		Library for guessing media types
38
lib/LWP/MemberMixin.pm		Helps you access %$self
39
lib/LWP/Protocol.pm		Virtual base class for LWP protocols
40
lib/LWP/Protocol/GHTTP.pm       Alternative HTTP protocol handler
41
lib/LWP/Protocol/cpan.pm	Access to cpan URLs
42
lib/LWP/Protocol/data.pm        Access to data URLs
43
lib/LWP/Protocol/file.pm	Access local files
44
lib/LWP/Protocol/ftp.pm		Access with the FTP protocol
45
lib/LWP/Protocol/gopher.pm	Access with the Gopher protocol
46
lib/LWP/Protocol/http.pm	Access with HTTP/1.1 protocol
47
lib/LWP/Protocol/http10.pm	Access with HTTP/1.0 protocol
48
lib/LWP/Protocol/https.pm	Access with HTTP/1.1 protocol over SSL
49
lib/LWP/Protocol/https10.pm	Access with HTTP/1.0 protocol over SSL
50
lib/LWP/Protocol/loopback.pm    Returns request (like HTTP TRACE)
51
lib/LWP/Protocol/mailto.pm	Allows you to POST mail using sendmail
52
lib/LWP/Protocol/nntp.pm	Handles access to news: and nntp: URLs
53
lib/LWP/Protocol/nogo.pm	Denies all requests.
54
lib/LWP/RobotUA.pm		Easy creation of conforming robots
55
lib/LWP/Simple.pm		Procedural LWP interface
56
lib/LWP/UserAgent.pm		A WWW UserAgent class
57
lib/LWP/media.types		Mapping from file extentions media types
58
lib/Net/HTTP.pm			Lower level HTTP on an IO::Socket::INET
59
lib/Net/HTTP/Methods.pm		Lower level HTTP/1.1 protocol
60
lib/Net/HTTP/NB.pm		Non-blocking HTTP
61
lib/Net/HTTPS.pm                Lower level HTTP on an SSL socket
62
lib/WWW/RobotRules.pm		Parse robot.txt files
63
lib/WWW/RobotRules/AnyDBM_File.pm	Persistent robot rules
64
lwpcook.pod			Libwww-perl examples
65
lwptut.pod			Libwww-perl tutorial
66
t/README			How to run and set up tests
67
t/TEST				Run tests
68
t/base/common-req.t		Test HTTP::Request::Common module
69
t/base/cookies.t                Test HTTP::Cookies module
70
t/base/date.t			Test HTTP::Date module
71
t/base/headers-auth.t		Test HTTP::Headers::Auth module
72
t/base/headers-etag.t		Test HTTP::Headers::ETag module
73
t/base/headers-util.t		Test HTTP::Headers::Util module
74
t/base/headers.t		Test HTTP::Headers module
75
t/base/http.t			Test Net::HTTP::Methods module
76
t/base/listing.t		Test File::Listing module
77
t/base/mediatypes.t		Test LWP::MediaTypes module
78
t/base/message.t		Test HTTP::Message
79
t/base/message-old.t		Test HTTP::Request/HTTP::Response
80
t/base/message-parts.t		Test HTTP::Message parts method
81
t/base/negotiate.t		Test HTTP::Negotiation module
82
t/base/protocols.t		Test protocol methods of LWP::UserAgent
83
t/base/request.t                Test additional HTTP::Request methods
84
t/base/response.t		Test additional HTTP::Response methods
85
t/base/status.t			Test HTTP::Status module
86
t/base/ua.t			Basic LWP::UserAgent tests
87
t/html/form.t			Test HTML::Form module
88
t/html/form-param.t		More HTML::Form tests.
89
t/html/form-multi-select.t      More HTML::Form tests
90
t/html/form-maxlength.t         More HTML::Form tests
91
t/live/apache.t
92
t/live/apache-listing.t		Test File::Listing::apache package
93
t/live/https.t
94
t/live/jigsaw-auth-b.t
95
t/live/jigsaw-auth-d.t
96
t/live/jigsaw-chunk.t
97
t/live/jigsaw-md5-get.t
98
t/live/jigsaw-md5.t
99
t/live/jigsaw-neg-get.t
100
t/live/jigsaw-neg.t
101
t/live/jigsaw-te.t
102
t/local/autoload-get.t
103
t/local/autoload.t		Test autoloading of LWP::Protocol modules
104
t/local/chunked.t
105
t/local/get.t			Try to get a local file
106
t/local/http-get.t
107
t/local/http.t			Test http to local server
108
t/local/protosub.t              Test with other protocol module
109
t/net/cgi-bin/moved
110
t/net/cgi-bin/nph-slowdata
111
t/net/cgi-bin/slowread
112
t/net/cgi-bin/test
113
t/net/cgi-bin/timeout
114
t/net/config.pl.dist		Suggested configuration for net tests
115
t/net/http-get.t
116
t/net/http-post.t
117
t/net/http-timeout.t
118
t/net/mirror.t
119
t/net/moved.t
120
t/net/proxy.t
121
t/robot/rules-dbm.t		Test WWW::RobotRules::AnyDBM_File
122
t/robot/rules.t			Test WWW::RobotRules
123
t/robot/ua-get.t
124
t/robot/ua.t			Test LWP::RobotUA