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

Method getModeName

Libraries/HttpClient/HttpClient.cpp:792–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790}
791
792const char* SC::HttpClientRequestRedirectOptions::getModeName(Mode mode)
793{
794 switch (mode)
795 {
796 case NoRedirects: return "no-redirects";
797 case FollowGetHead: return "follow-get-head";
798 case FollowAll: return "follow-all";
799 }
800 return "unknown";
801}
802
803const char* SC::HttpClientRequestProtocolOptions::getPreferenceName(Preference preference)
804{

Callers 1

requestPolicyNamesMethod · 0.80

Calls

no outgoing calls

Tested by 1

requestPolicyNamesMethod · 0.64