MCPcopy 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
60void HttpHeaders::setMultiple(const HttpHeaders& headers)
61{
62 for(auto hdr : headers) {
63 operator[](hdr.getFieldName()) = hdr.value();
64 }
65}

Callers 3

onHeadersCompleteMethod · 0.45
setHeadersMethod · 0.45
setVarsMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by 1

setVarsMethod · 0.36