Add a paragraph to summarize the motivation for releases since 5.815
[libwww-perl-eserte.git] / doc / features.html
blob2b530be8ea9ee9b12dfd82f2061bf3615a865bd0
1 <title>libwww-perl-5 features</title>
3 <h1>Features</h1>
5 <ul>
7 <li> Provides an OO model of HTTP style communication. Within this
8 framework we support:
10 <ul>
11 <li> http
12 <li> gopher
13 <li> ftp
14 <li> file
15 <li> mailto
16 </ul>
18 <li> Contains several reuseable components that can be used
19 separately.
21 <li> Support basic authorization
23 <li> Transparent redirect handling
25 <li> Supports proxy
27 <li> URL handling (both absolute &amp; relative)
29 <li> RobotRules (a parser for robots.txt files)
31 <li> MailCap handling
33 <li> HTML parser and formatter (PS and plain text)
35 <li> The library provides both an OO interface and a simple
36 procedural interface.
38 <li> A simple command line client application that is called
39 <em>request</em>.
41 <li> The library can cooperate with Tk.
42 A simple Tk-based GUI browser is distributed with the Tk
43 extention for perl.
44 </ul>