1
2
3
4
5
6
7
8
import {Agent} from "https";
export default class HttpsProxyAgent extends Agent {
constructor(proxy, opts) {
super(opts);
this.proxy = proxy;
}
}
fast and simple tripplanner
1
2
3
4
5
6
7
8
import {Agent} from "https";
export default class HttpsProxyAgent extends Agent {
constructor(proxy, opts) {
super(opts);
this.proxy = proxy;
}
}