Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
353
QByteArray HttpRequest::getHeader(const QByteArray& name) const
354
{
355
return headers.value(name.toLower());
356
}
357
358
QList<QByteArray> HttpRequest::getHeaders(const QByteArray& name) const
359
{
Callers
4
processFile
Method · 0.80
onSubscriberRequest
Method · 0.80
onHttpPost
Method · 0.80
read
Method · 0.80
Calls
1
value
Method · 0.80
Tested by
no test coverage detected