Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KikoPlayProject/KikoPlay
/ getHeaders
Method
getHeaders
LANServer/httpserver/httprequest.cpp:358–361 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
}
357
358
QList<QByteArray> HttpRequest::getHeaders(const QByteArray& name) const
359
{
360
return headers.values(name.toLower());
361
}
362
363
QMultiMap<QByteArray,QByteArray> HttpRequest::getHeaderMap() const
364
{
Callers
1
read
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected