| 790 | } |
| 791 | |
| 792 | const 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 | |
| 803 | const char* SC::HttpClientRequestProtocolOptions::getPreferenceName(Preference preference) |
| 804 | { |
no outgoing calls