MCPcopy 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
526void CHttpRequest::Header(const char *pNameColonValue)
527{
528 m_pHeaders = curl_slist_append((curl_slist *)m_pHeaders, pNameColonValue);
529}
530
531void CHttpRequest::Wait()
532{

Callers 2

SendRegisterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected