From 92c58bbbe036c01a2c3a165039c8955ca3829542 Mon Sep 17 00:00:00 2001 From: jvelilla Date: Thu, 24 Nov 2011 09:37:45 -0800 Subject: [PATCH] Updated HTTP Library Features (markdown) --- HTTP-client-library.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/HTTP-client-library.md b/HTTP-client-library.md index 02ef8653..6e2b49b2 100644 --- a/HTTP-client-library.md +++ b/HTTP-client-library.md @@ -10,9 +10,12 @@ PUT or POST request._ * **Custom headers** : _It must allow the programmer to customize a request’s HTTP headers_ * **Response Codes** : _It must give the programmer access to the response code and headers of an HTTP response; not just access to the entity-body._ -* **Proxies**: -* **Compression**: -* **Caching**: -* **Auth methods** : +* **Proxies**: _It must be able to communicate through an HTTP proxy_ + +* **Compression**:_it should automatically request data in compressed form to save +bandwidth, and transparently decompress the data it receives._ +* **Caching**:_It should automatically cache the responses to your requests._ +* **Auth methods** : _It should transparently support the most common forms of HTTP authentication: +Basic, Digest, and WSSE._ * **Cookies** : * **Redirects**: \ No newline at end of file