MCPcopy 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
1635void Http::HttpConnection::setSSL( const bool& ssl ) {
1636 mIsSSL = ssl;
1637}
1638
1639const bool& Http::HttpConnection::isKeepAlive() const {
1640 return mIsKeepAlive;

Callers 1

downloadRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected