MCPcopy 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
177void Http::Request::setValidateHostname( bool enable ) {
178 mValidateHostname = enable;
179}
180
181const bool& Http::Request::getFollowRedirect() const {
182 return mFollowRedirect;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected