Home | History | Annotate | Download | only in socket_stream

Lines Matching refs:is_https

748     if (proxy_info_.is_https())
770 const char* scheme = proxy_info_.is_https() ? "https://" : "http://";