- HttpClient: *cookies*-parameter added. Now, it is possible to add simple cookie-items.
=============
0.4.2
=============
2014-09-12
- HttpClient: New parameters added: - additional_headers: Possibility to add additional header items. - content_type: Possibility to change the content-type header.
=============
0.4.1
=============
2014-08-19
- HttpClient: The new timeout parameter specifies a timeout in seconds for blocking operations like the connection attempt (if not specified, the global default timeout setting will be used). Thanks *geerk* :-)