Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutelyst/cutelyst
/ httpsSocket
Method
httpsSocket
Cutelyst/Server/server.cpp:1201–1205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1199
}
1200
1201
QStringList Server::httpsSocket() const
1202
{
1203
Q_D(const Server);
1204
return d->httpsSockets;
1205
}
1206
1207
void Server::setFastcgiSocket(const QStringList &fastcgiSocket)
1208
{
Callers
1
testSetServerConfigFromFile
Method · 0.80
Calls
no outgoing calls
Tested by
1
testSetServerConfigFromFile
Method · 0.64