|
1 | | -AUTHORS Who made this |
2 | 1 | Changes History of this package |
3 | 2 | MANIFEST This file |
4 | 3 | Makefile.PL Makefile generator |
5 | | -README Get you started with this package |
6 | 4 | 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/LWP.pm Includes what you need |
13 | | -lib/LWP/Authen/Basic.pm Basic authentication scheme |
14 | | -lib/LWP/Authen/Digest.pm Digest authentication scheme |
15 | | -lib/LWP/Authen/Ntlm.pm NTLM authentication (Microsoft) |
16 | | -lib/LWP/ConnCache.pm Connection cache |
17 | | -lib/LWP/Debug.pm Debugging support |
18 | | -lib/LWP/DebugFile.pm Send debug output to a file |
19 | | -lib/LWP/MemberMixin.pm Helps you access %$self |
20 | | -lib/LWP/Protocol.pm Virtual base class for LWP protocols |
21 | | -lib/LWP/Protocol/GHTTP.pm Alternative HTTP protocol handler |
22 | | -lib/LWP/Protocol/cpan.pm Access to cpan URLs |
23 | | -lib/LWP/Protocol/data.pm Access to data URLs |
24 | | -lib/LWP/Protocol/file.pm Access local files |
25 | | -lib/LWP/Protocol/ftp.pm Access with the FTP protocol |
26 | | -lib/LWP/Protocol/gopher.pm Access with the Gopher protocol |
27 | | -lib/LWP/Protocol/http.pm Access with HTTP/1.1 protocol |
28 | 5 | lib/LWP/Protocol/https.pm Access with HTTP/1.1 protocol over SSL |
29 | | -lib/LWP/Protocol/loopback.pm Returns request (like HTTP TRACE) |
30 | | -lib/LWP/Protocol/mailto.pm Allows you to POST mail using sendmail |
31 | | -lib/LWP/Protocol/nntp.pm Handles access to news: and nntp: URLs |
32 | | -lib/LWP/Protocol/nogo.pm Denies all requests. |
33 | | -lib/LWP/RobotUA.pm Easy creation of conforming robots |
34 | | -lib/LWP/Simple.pm Procedural LWP interface |
35 | | -lib/LWP/UserAgent.pm A WWW UserAgent class |
36 | | -lwpcook.pod Libwww-perl examples |
37 | | -lwptut.pod Libwww-perl tutorial |
38 | | -t/README How to run and set up tests |
39 | | -t/TEST Run tests |
40 | | -t/base/protocols.t Test protocol methods of LWP::UserAgent |
41 | | -t/base/ua.t Basic LWP::UserAgent tests |
42 | 6 | t/live/https.t |
43 | | -t/live/jigsaw-auth-b.t |
44 | | -t/live/jigsaw-auth-d.t |
45 | | -t/live/jigsaw-chunk.t |
46 | | -t/live/jigsaw-md5-get.t |
47 | | -t/live/jigsaw-md5.t |
48 | | -t/live/jigsaw-neg-get.t |
49 | | -t/live/jigsaw-neg.t |
50 | | -t/live/jigsaw-te.t |
51 | | -t/local/autoload-get.t |
52 | | -t/local/autoload.t Test autoloading of LWP::Protocol modules |
53 | | -t/local/get.t Try to get a local file |
54 | | -t/local/http.t Test http to local server |
55 | | -t/local/protosub.t Test with other protocol module |
56 | | -t/net/cgi-bin/moved |
57 | | -t/net/cgi-bin/nph-slowdata |
58 | | -t/net/cgi-bin/slowread |
59 | | -t/net/cgi-bin/test |
60 | | -t/net/cgi-bin/timeout |
61 | | -t/net/config.pl.dist Suggested configuration for net tests |
62 | | -t/net/http-get.t |
63 | | -t/net/http-post.t |
64 | | -t/net/http-timeout.t |
65 | | -t/net/mirror.t |
66 | | -t/net/moved.t |
67 | | -t/net/proxy.t |
68 | | -t/robot/ua-get.t |
69 | | -t/robot/ua.t Test LWP::RobotUA |
0 commit comments