Hello, when calling a rest endpoint as below, I need to mention http proxy so that request goes through given proxy. How can we do same?
import { HttpClient, HttpRequest, HttpResponse, HttpMethod, HttpHeader } from "@paperbits/common/http";
response = await this.HttpClient.send(httpRequest);