Proxy policy for one request. More...
#include <HttpClient.h>
Public Types | |
| enum | Mode : uint8_t { Default , NoProxy , Http } |
Public Member Functions | |
| const char * | getModeName () const |
Static Public Member Functions | |
| static const char * | getModeName (Mode mode) |
Public Attributes | |
| Mode | mode = Default |
| StringSpan | url |
Required for Http, must use the http:// scheme. | |
| StringSpan | authorization |
Optional exact Proxy-Authorization header value for Http | |
| StringSpan | bypassList |
Optional comma-separated proxy bypass list for Http | |
Proxy policy for one request.
| StringSpan SC::HttpClientRequestProxyOptions::authorization |
Optional exact Proxy-Authorization header value for Http
| StringSpan SC::HttpClientRequestProxyOptions::bypassList |
Optional comma-separated proxy bypass list for Http
| StringSpan SC::HttpClientRequestProxyOptions::url |
Required for Http, must use the http:// scheme.