You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Get stack analysis in JSON format ( all package managers, pom.xml is as an example here)
@@ -322,6 +323,27 @@ let componentAnalysis = await exhort.componentAnalysis('/path/to/pom.xml', optio
322
323
**_Environment variables takes precedence._**
323
324
</p>
324
325
326
+
<h4>Proxy Configuration</h4>
327
+
<p>
328
+
You can configure a proxy for all HTTP/HTTPS requests made by the API. This is useful when your environment requires going through a proxy to access external services.
The proxy URL should be in the format: `http://host:port` or `https://host:port`. The API will automatically use the appropriate protocol (HTTP or HTTPS) based on the proxy URL provided.
345
+
</p>
346
+
325
347
<h4>Customizing Executables</h4>
326
348
<p>
327
349
This project uses each ecosystem's executable for creating dependency trees. These executables are expected to be
0 commit comments