Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ setValidateHostname
Method
setValidateHostname
src/eepp/network/http.cpp:177–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
void Http::Request::setValidateHostname( bool enable ) {
178
mValidateHostname = enable;
179
}
180
181
const bool& Http::Request::getFollowRedirect() const {
182
return mFollowRedirect;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected