http: use the new httpclient

Untangle the notion of the http transport from the actual http
implementation.  The http transport now uses the httpclient.
This commit is contained in:
Edward Thomson
2019-12-22 14:12:24 -08:00
parent bf55facf15
commit b9c5b15a79
2 changed files with 431 additions and 1398 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,7 @@
#define INCLUDE_transports_http_h__
#include "buffer.h"
#include "httpclient.h"
#define GIT_HTTP_REPLAY_MAX 15