MCPcopy Create free account
hub / github.com/audacity/audacity / appendHeaders

Method appendHeaders

libraries/lib-network-manager/curl/CurlHandleManager.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void CurlHandleManager::Handle::appendHeaders (const HeadersList& headers)
195{
196 for (const Header& header : headers)
197 appendHeader (header);
198}
199
200CurlHandleManager::Handle::Result CurlHandleManager::Handle::perform ()
201{

Callers 1

performMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected