MCPcopy Create free account
hub / github.com/apache/mesos / scheme

Method scheme

src/authentication/http/basic_authenticatee.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83
84std::string BasicAuthenticatee::scheme() const
85{
86 return "Basic";
87}
88
89
90process::Future<process::http::Request> BasicAuthenticatee::authenticate(

Callers 7

fetchMethod · 0.45
utils.cppFile · 0.45
fetchMethod · 0.45
__fetchMethod · 0.45
HealthCheckerMethod · 0.45
pullMethod · 0.45
validateHealthCheckFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected