Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ Header
Method
Header
src/engine/shared/http.cpp:526–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
}
525
526
void CHttpRequest::Header(const char *pNameColonValue)
527
{
528
m_pHeaders = curl_slist_append((curl_slist *)m_pHeaders, pNameColonValue);
529
}
530
531
void CHttpRequest::Wait()
532
{
Callers
2
SendRegister
Method · 0.80
SendDeleteIfRegistered
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected