]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http: allow providing extra headers for http requests
authorBrandon Williams <bmwill@google.com>
Thu, 15 Mar 2018 17:31:38 +0000 (10:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Mar 2018 19:01:09 +0000 (12:01 -0700)
commit8ff14ed4127decbee3116aba59d7f8f897c4fe3b
tree19a7798c9d5169c47ab0667aa786330c72849a60
parent49e85e95006e6a8e544372e529834319fcb0987c
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