diff --git a/HTTP-client-library.md b/HTTP-client-library.md index 6e2b49b2..20a63d4f 100644 --- a/HTTP-client-library.md +++ b/HTTP-client-library.md @@ -17,5 +17,5 @@ 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 +* **Cookies** :_It should be able to parse and create HTTP cookie strings_ +* **Redirects**:_It should be able to transparently follow HTTP redirects_ \ No newline at end of file