Skip to content
  • Xiang Fan's avatar
    backend: Initial support for session proxy · f9fb4455
    Xiang Fan authored and Daniel Garcia Moreno's avatar Daniel Garcia Moreno committed
    This patch adds support for using the current session's HTTP and HTTPS
    proxy from gio's ProxyResolver. For each type of proxy, it only uses the
    first url because reqwest only supports that. We reuse the client
    connection pool until it detects any proxy change.
    f9fb4455