aboutsummaryrefslogtreecommitdiff
path: root/www/httpcore
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.1.1 release.Alex Dupre2011-05-252-3/+3
| | | | Notes: svn path=/head/; revision=274632
* Update to 4.1 release.Alex Dupre2011-01-282-4/+6
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268327
* Update to 4.0.1 release.Alex Dupre2009-06-232-4/+4
| | | | Notes: svn path=/head/; revision=236508
* Update to 4.0 final release.Alex Dupre2009-04-092-5/+5
| | | | Notes: svn path=/head/; revision=231917
* Update to 4.0-beta3 release.Alex Dupre2008-10-202-5/+5
| | | | Notes: svn path=/head/; revision=221821
* The HttpCore components implement the most fundamental aspects of the HTTPAlex Dupre2008-09-033-0/+68
protocol. They are nonetheless sufficient to develop basic client-side and server-side HTTP services with a minimal footprint and no external dependencies. The HttpCore base module contains the public API and the default implementation based on the Java classic (blocking) I/O model. It requires a Java 1.3 compatible runtime and has no dependency on any external libraries. HttpCore NIO extensions contain optional components that leverage the event driven, non-blocking I/O (NIO) model. HttpCore NIO extensions require a Java 5.0 compatible runtime and the HttpCore base module. HttpCore NIO extensions are intended for those usage scenarios where raw throughput is less important than the ability to handle thousands of simultaneous HTTP connections in a resource efficient manner. WWW: http://hc.apache.org/httpcomponents-core/ Notes: svn path=/head/; revision=219730