The HTTPClient class should mangage cookies.
The network component could be extended by using the libcurl
library, as proposed
by DanielCampos, its developer.
DanielCampos - Advanced network component is work in progress, and soon it will provide support in HttpClient for HTTP and SOCKS5 Proxies, support for HTTPS and will manage cookies. Next step will be FtpClient to allow implement the more common stuff in FTP, that means at least : "get", "put" and "ls" using direct conections, proxies and SSL.