Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ setMultiple
Method
setMultiple
Sming/Components/Network/src/Network/Http/HttpHeaders.cpp:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
void HttpHeaders::setMultiple(const HttpHeaders& headers)
61
{
62
for(auto hdr : headers) {
63
operator[](hdr.getFieldName()) = hdr.value();
64
}
65
}
Callers
3
onHeadersComplete
Method · 0.45
setHeaders
Method · 0.45
setVars
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
1
setVars
Method · 0.36