Minor tweaks to tutorial

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@792646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2009-07-09 19:30:05 +00:00
parent 9a2a3cb732
commit a36fc78779
5 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<chapter> <chapter id="advanced">
<title>Advanced topics</title> <title>Advanced topics</title>
<section> <section>
<title>Custom client connections</title> <title>Custom client connections</title>

View File

@ -21,7 +21,7 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<chapter> <chapter id="authentication">
<title>HTTP authentication</title> <title>HTTP authentication</title>
<para>HttpClient provides full support for authentication schemes defined by the HTTP standard <para>HttpClient provides full support for authentication schemes defined by the HTTP standard
specification. HttpClient's authentication framework can also be extended to support specification. HttpClient's authentication framework can also be extended to support

View File

@ -21,7 +21,7 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<chapter> <chapter id="connmgmt">
<title>Connection management</title> <title>Connection management</title>
<para>HttpClient has a complete control over the process of connection initialization and <para>HttpClient has a complete control over the process of connection initialization and
termination as well as I/O operations on active connections. However various aspects of termination as well as I/O operations on active connections. However various aspects of

View File

@ -21,7 +21,7 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<chapter> <chapter id="httpagent">
<title>HTTP client service</title> <title>HTTP client service</title>
<section> <section>
<title>HttpClient facade</title> <title>HttpClient facade</title>

View File

@ -21,7 +21,7 @@
under the License. under the License.
==================================================================== ====================================================================
--> -->
<chapter> <chapter id="statemgmt">
<title>HTTP state management</title> <title>HTTP state management</title>
<para>Originally HTTP was designed as a stateless, request / response oriented protocol that <para>Originally HTTP was designed as a stateless, request / response oriented protocol that
made no special provisions for stateful sessions spanning across several logically related made no special provisions for stateful sessions spanning across several logically related