• Kenton Varda's avatar
    Implement HttpClient that automatically manages connections. · 2751b577
    Kenton Varda authored
    There are actually two new client types:
    - One which always connects to a given NetworkAddress, but will automatically manage a pool of reusable connections.
    - One which looks up the remote address based on the URL it is given, and manages a pool of connections for each host.
    
    The latter of these two is a "true HTTP client library".
    2751b577
http.h 31.3 KB