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