MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / getTargetName

Method getTargetName

Libraries/HttpClient/HttpClientSession.cpp:593–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593const char* SC::HttpClientSessionAuthChallenge::getTargetName(Target target)
594{
595 switch (target)
596 {
597 case Origin: return "origin";
598 case Proxy: return "proxy";
599 }
600 return "unknown";
601}
602
603const char* SC::HttpClientSessionAuthChallenge::getSchemeName(Scheme scheme)
604{

Callers 1

sessionLayerMethod · 0.80

Calls

no outgoing calls

Tested by 1

sessionLayerMethod · 0.64