Files
codeql-action/node_modules/@azure/ms-rest-js/es/lib/nodeFetchHttpClient.d.ts
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
586 B
TypeScript
Raw Normal View History

2022-08-03 13:36:23 +01:00
import { CommonRequestInfo, CommonRequestInit, CommonResponse, FetchHttpClient } from "./fetchHttpClient";
import { HttpOperationResponse } from "./httpOperationResponse";
import { WebResourceLike } from "./webResource";
export declare class NodeFetchHttpClient extends FetchHttpClient {
fetch(input: CommonRequestInfo, init?: CommonRequestInit): Promise<CommonResponse>;
prepareRequest(httpRequest: WebResourceLike): Promise<Partial<RequestInit>>;
processRequest(_operationResponse: HttpOperationResponse): Promise<void>;
2022-08-03 13:36:23 +01:00
}
//# sourceMappingURL=nodeFetchHttpClient.d.ts.map