MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / updateHeaderList

Method updateHeaderList

framework/data_source/curl/CURLConnection.cpp:834–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

832}
833
834void CURLConnection::updateHeaderList(struct curl_slist *headerList)
835{
836 if (headerList) {
837 curl_easy_setopt(mHttp_handle, CURLOPT_HTTPHEADER, headerList);
838 } else {
839 curl_easy_setopt(mHttp_handle, CURLOPT_HTTPHEADER, NULL);
840 }
841}
842void CURLConnection::disableCallBack()
843{
844 if (mHttp_handle) {

Callers 2

OpenMethod · 0.45
OpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected