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

Method hasField

src/SFML/Network/Http.cpp:143–146  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

141
142////////////////////////////////////////////////////////////
143bool Http::Request::hasField(const std::string& field) const
144{
145 return m_fields.find(toLower(field)) != m_fields.end();
146}
147
148
149////////////////////////////////////////////////////////////

Callers 1

sendRequestMethod · 0.80

Calls 3

toLowerFunction · 0.85
findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected