All Projects : HttpComponents HttpClient (Key: HTTPCLIENT)
Project Lead:Oleg Kalnichevski URL:http://hc.apache.org/ Description:
Client-side implementation of the HTTP protocol, useful in constructing tests of HTTP-based servers and applications.
HTTPCLIENT-872: HttpClient can now persist authentication data between request executions as long as they share the same execution context. It has also become much easier to make HttpClient authenticate preemptively by pre-populating authentication data cache
HTTPCLIENT-884: Charset omitted from UrlEncodedFormEntity Content-Type header (merged from trunk)
Contributed by Jared Jacobs <jmjacobs at cs.stanford.edu>
HTTPCLIENT-885: URLEncodedUtils fails to parse form-url-encoded entities that specify a charset (merged from trunk)
HTTPCLIENT-834: GzipDecompressingEntity and DeflateDecompressingEntity classes now override the#writeTo()
Contributed by James Abley <james.abley at gmail.com>