Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ setSSL
Method
setSSL
src/eepp/network/http.cpp:1635–1637 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1633
}
1634
1635
void Http::HttpConnection::setSSL( const bool& ssl ) {
1636
mIsSSL = ssl;
1637
}
1638
1639
const bool& Http::HttpConnection::isKeepAlive() const {
1640
return mIsKeepAlive;
Callers
1
downloadRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected