Proxy URL for HTTP_PROXY environment variable
(&self)
| 461 | |
| 462 | /// Proxy URL for HTTP_PROXY environment variable |
| 463 | pub fn proxy_url(&self) -> String { |
| 464 | format!("http://{}:3128", self.proxy_container_name()) |
| 465 | } |
| 466 | } |
| 467 | |
| 468 | /// Server daemon configuration |
no outgoing calls
no test coverage detected