UNPKG

async-http

Version:

Asynchronous HTTP request API

7 lines (6 loc) 381 B
import { Promise } from 'async-promise'; export declare function testEncoding(): void; export declare function testHttpClient(): Promise<void>; export declare function testQueryStringStringifyWithReplacerStrings(): void; export declare function testQueryStringStringifyWithReplacerRegExp(): void; export declare function testQueryStringStringifyWithReplacerFunction(): void;