资 源 简 介
Cross-Platform and small C++ HTTP api. This library currently supports:
Authentication: Basic, digest and NTLM.
Cookies: Manual and automatic cookie handling, using internal btree.
Redirection: The library is currently able to handle HTTP redirects (301, 302 and 303)
HTTP Proxy: The API allows to create multiple HTTP proxy instances without adding new code.
HTTPS Proxy: By design, the HTTPCore API allows the interception of SSL traffic.
Bandwidth: The used bandwidth among other HTTP limits can be stablished.
Transfer Encoding: Automatic chunk encoding and decoding.
Content Encoding: Supports gzip and deflate.
Persistent connections: HTTP/1.0 and HTTP/1.1 support with persistent connections.
Protocols: Supports both HTTP an