Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpcomponents Wiki" 
for change notification.

The following page has been changed by OlegKalnichevski:
http://wiki.apache.org/HttpComponents/HttpClientTutorial

New page:
= Preface =

== HttpClient scope ==
 
 * Client-side HTTP transport library based on HttpCore

 * Based on classic (blocking) I/O

 * Content agnostic (no content processing of any kind)

== What HttpClient is NOT ==

 * It is not a browser. Never meant to be. Never will.

= Fundamentals =

== Request execution ==

=== Consuming entity content ===

=== Producing entity content ===

=== Ensuring release of resources ===

=== Response handlers ===

=== Exception handling ===

==== I/O exceptions ====

==== HTTP exceptions ====

=== Aborting requests ===

== HTTP execution context ==

=== Maintaining local context ===

== HTTP parameters ==

=== Parameter hierarchies ===

=== HTTP parameters beans ===

= Connection management =

= HTTP state management =

= HTTP authentication =

= Redirect handling =

= Trouble-shooting =

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to