MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / getHeader

Method getHeader

LANServer/httpserver/httprequest.cpp:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351
352
353QByteArray HttpRequest::getHeader(const QByteArray& name) const
354{
355 return headers.value(name.toLower());
356}
357
358QList<QByteArray> HttpRequest::getHeaders(const QByteArray& name) const
359{

Callers 4

processFileMethod · 0.80
onSubscriberRequestMethod · 0.80
onHttpPostMethod · 0.80
readMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected