MCPcopy Create free account
hub / github.com/SFML/SFML / setField

Method setField

src/SFML/Network/Http.cpp:57–60  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

55
56////////////////////////////////////////////////////////////
57void Http::Request::setField(const std::string& field, const std::string& value)
58{
59 m_fields[toLower(field)] = value;
60}
61
62
63////////////////////////////////////////////////////////////

Callers 1

sendRequestMethod · 0.80

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected