initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
12
github/codeql-action-v2/node_modules/@actions/artifact-legacy/lib/internal/http-manager.d.ts
generated
vendored
Normal file
12
github/codeql-action-v2/node_modules/@actions/artifact-legacy/lib/internal/http-manager.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { HttpClient } from '@actions/http-client';
|
||||
/**
|
||||
* Used for managing http clients during either upload or download
|
||||
*/
|
||||
export declare class HttpManager {
|
||||
private clients;
|
||||
private userAgent;
|
||||
constructor(clientCount: number, userAgent: string);
|
||||
getClient(index: number): HttpClient;
|
||||
disposeAndReplaceClient(index: number): void;
|
||||
disposeAndReplaceAllClients(): void;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue