Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KikoPlayProject/KikoPlay
/ setStatus
Method
setStatus
LANServer/httpserver/httpresponse.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void HttpResponse::setStatus(int statusCode, QByteArray description)
38
{
39
this->statusCode=statusCode;
40
statusText=description;
41
}
42
43
int HttpResponse::getStatusCode() const
44
{
Callers
12
service
Method · 0.45
apiLocalDanmu
Method · 0.45
service
Method · 0.45
processFile
Method · 0.45
handleHttpRequest
Method · 0.45
handleHttpRequest
Method · 0.45
onSubscriberRequest
Method · 0.45
onHttpPost
Method · 0.45
onAction
Method · 0.45
onBrowse
Method · 0.45
service
Method · 0.45
service
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected