UNPKG

@azure/core-rest-pipeline

Version:

Isomorphic client library for making HTTP requests in node.js and browser.

9 lines 351 B
import type { HttpClient, RequestBodyType } from "./interfaces.js"; /** @internal */ export declare function getBodyLength(body: RequestBodyType): number | null; /** * Create a new HttpClient instance for the NodeJS environment. * @internal */ export declare function createNodeHttpClient(): HttpClient; //# sourceMappingURL=nodeHttpClient.d.ts.map