MCPcopy 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
37void HttpResponse::setStatus(int statusCode, QByteArray description)
38{
39 this->statusCode=statusCode;
40 statusText=description;
41}
42
43int HttpResponse::getStatusCode() const
44{

Callers 12

serviceMethod · 0.45
apiLocalDanmuMethod · 0.45
serviceMethod · 0.45
processFileMethod · 0.45
handleHttpRequestMethod · 0.45
handleHttpRequestMethod · 0.45
onSubscriberRequestMethod · 0.45
onHttpPostMethod · 0.45
onActionMethod · 0.45
onBrowseMethod · 0.45
serviceMethod · 0.45
serviceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected