• 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
Name
Last commit
Last update
..
gtest.h Loading commit data...
gzip-test.c++ Loading commit data...
gzip.c++ Loading commit data...
gzip.h Loading commit data...
http-test.c++ Loading commit data...
http.c++ Loading commit data...
http.h Loading commit data...
make-test-certs.sh Loading commit data...
readiness-io-test.c++ Loading commit data...
readiness-io.c++ Loading commit data...
readiness-io.h Loading commit data...
tls-test.c++ Loading commit data...
tls.c++ Loading commit data...
tls.h Loading commit data...
url-test.c++ Loading commit data...
url.c++ Loading commit data...
url.h Loading commit data...