MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setValidateCertificate

Method setValidateCertificate

src/eepp/network/http.cpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void Http::Request::setValidateCertificate( bool enable ) {
170 mValidateCertificate = enable;
171}
172
173const bool& Http::Request::getValidateHostname() const {
174 return mValidateHostname;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected