MCPcopy Index your code
hub / github.com/git/git / http_copy_default_headers

Function http_copy_default_headers

http.c:2003–2012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2001}
2002
2003struct curl_slist *http_copy_default_headers(void)
2004{
2005 struct curl_slist *headers = NULL;
2006 const struct string_list_item *item;
2007
2008 for_each_string_list_item(item, &extra_http_headers)
2009 headers = curl_slist_append(headers, item->string);
2010
2011 return headers;
2012}
2013
2014static CURLcode curlinfo_strbuf(CURL *curl, CURLINFO info, struct strbuf *buf)
2015{

Callers 10

object_request_headersFunction · 0.85
http_initFunction · 0.85
http_requestFunction · 0.85
get_dav_token_headersFunction · 0.85
start_moveFunction · 0.85
lock_remoteFunction · 0.85
remote_lsFunction · 0.85
locking_availableFunction · 0.85
probe_rpcFunction · 0.85
post_rpcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected