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

Method getSchemeName

Libraries/HttpClient/HttpClientSession.cpp:603–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603const char* SC::HttpClientSessionAuthChallenge::getSchemeName(Scheme scheme)
604{
605 switch (scheme)
606 {
607 case Unsupported: return "unsupported";
608 case Basic: return "basic";
609 }
610 return "unknown";
611}
612
613SC::Result SC::HttpClientSession::copyStateString(StringSpan source, StringSpan& destination)
614{

Callers 1

sessionLayerMethod · 0.80

Calls

no outgoing calls

Tested by 1

sessionLayerMethod · 0.64