MCPcopy 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
20void HttpResponse::setHeader(QByteArray name, QByteArray value)
21{
22 Q_ASSERT(sentHeaders==false);
23 headers.insert(name,value);
24}
25
26void HttpResponse::setHeader(QByteArray name, int value)
27{

Callers 15

rpcCallMethod · 0.80
createRequestMethod · 0.80
postMethod · 0.80
apiPlaylistMethod · 0.80
apiPlaystateMethod · 0.80
apiDanmuMethod · 0.80
apiDanmuFullMethod · 0.80
apiLocalDanmuMethod · 0.80
apiSubtitleMethod · 0.80
processDirectoryMethod · 0.80
processFileMethod · 0.80
handleHttpRequestMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected