feat: use http agent that respects environment proxy settings when streaming
This commit is contained in:
parent
3096afedf9
commit
0dc76a996d
16 changed files with 193 additions and 78 deletions
2
node_modules/@actions/http-client/lib/interfaces.d.ts
generated
vendored
2
node_modules/@actions/http-client/lib/interfaces.d.ts
generated
vendored
|
|
@ -1,4 +1,6 @@
|
|||
/// <reference types="node" />
|
||||
/// <reference types="node" />
|
||||
/// <reference types="node" />
|
||||
import * as http from 'http';
|
||||
import * as https from 'https';
|
||||
import { HttpClientResponse } from './index';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue