diff options
| author | Junio C Hamano <gitster@pobox.com> | 2016-05-06 14:45:43 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2016-05-06 14:45:43 -0700 |
| commit | e250f495b248ec0bbe493e40c98a10414cfa1eef (patch) | |
| tree | 465ab644705136d3e2ba1434191c4b95be4d836d /http.h | |
| parent | 5f3b21c1119abc7e19c988b399c7726d47bbb0d1 (diff) | |
| parent | 8cb01e2fd3a50b6d0893dfb066183f16a3c7a355 (diff) | |
| download | git-e250f495b248ec0bbe493e40c98a10414cfa1eef.tar.xz | |
Merge branch 'js/http-custom-headers'
HTTP transport clients learned to throw extra HTTP headers at the
server, specified via http.extraHeader configuration variable.
* js/http-custom-headers:
http: support sending custom HTTP headers
Diffstat (limited to 'http.h')
| -rw-r--r-- | http.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ extern void step_active_slots(void); extern void http_init(struct remote *remote, const char *url, int proactive_auth); extern void http_cleanup(void); +extern struct curl_slist *http_copy_default_headers(void); extern long int git_curl_ipresolve; extern int active_requests; |
