http: allow providing extra headers for http requests
authorBrandon Williams <bmwill@google.com>
Wed, 7 Feb 2018 01:13:09 +0000 (17:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Feb 2018 19:53:07 +0000 (11:53 -0800)
commit79aad619a56abe4d0b4055cacd3e134d8363d4c8
treea75f43ead6e6dd5f62fb6eba32be1b1328b0f8b5
parent0daaaef1ae7fe5a3e3df3fef9833f0cf3763563f
http: allow providing extra headers for http requests

Add a way for callers to request that extra headers be included when
making http requests.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c
http.h