Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KikoPlayProject/KikoPlay
/ setHeader
Method
setHeader
LANServer/httpserver/httpresponse.cpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void HttpResponse::setHeader(QByteArray name, QByteArray value)
21
{
22
Q_ASSERT(sentHeaders==false);
23
headers.insert(name,value);
24
}
25
26
void HttpResponse::setHeader(QByteArray name, int value)
27
{
Callers
15
rpcCall
Method · 0.80
createRequest
Method · 0.80
post
Method · 0.80
apiPlaylist
Method · 0.80
apiPlaystate
Method · 0.80
apiDanmu
Method · 0.80
apiDanmuFull
Method · 0.80
apiLocalDanmu
Method · 0.80
apiSubtitle
Method · 0.80
processDirectory
Method · 0.80
processFile
Method · 0.80
handleHttpRequest
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected