Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
void Http::Request::setValidateCertificate( bool enable ) {
170
mValidateCertificate = enable;
171
}
172
173
const bool& Http::Request::getValidateHostname() const {
174
return mValidateHostname;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected