Commit 3235c1670490c62d4151886e6721429a28257515

Add HTTP::Config
MANIFEST
(2 / 0)
  
1212lib/Bundle/LWP.pm Defines prereq modules
1313lib/File/Listing.pm Parse directory listings
1414lib/HTML/Form.pm Parse <form>...</form>
15lib/HTTP/Config.pm Look up stuff based on request/reponse properties
1516lib/HTTP/Cookies.pm Cookie storage and management
1617lib/HTTP/Cookies/Netscape.pm Deal with the Netscape cookie file format
1718lib/HTTP/Cookies/Microsoft.pm Deal with the Microsoft MSIE cookie file format
6767t/README How to run and set up tests
6868t/TEST Run tests
6969t/base/common-req.t Test HTTP::Request::Common module
70t/base/config.t Test HTTP::Config module
7071t/base/cookies.t Test HTTP::Cookies module
7172t/base/date.t Test HTTP::Date module
7273t/base/headers-auth.t Test HTTP::Headers::Auth module