Skip to content
Snippets Groups Projects
Commit e16949a6 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Notiz

parent f5887cdb
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,11 @@ function call(pRef, js) {
var host = url.parse(js.Url).hostname;
var method = js.Method || false;
var json = js.Json || false;
/*
TODO: Parameter "NoProxy" (Komma-Liste) einführen und nach 'process.env.no_proxy'
schreiben.
TODO: Ersatz für 'request' finden!
*/
var proxy = process.env.http_proxy;
if (!method) {
if (js.Body) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment