UNPKG

@coolio/http

Version:
11 lines 391 B
import { ContentType } from '../contentType'; export declare const getHostname: (url: string) => string; export declare const HttpClientHelper: { defaultHeaders: (_host?: string) => { Accept: string; 'Content-Type': ContentType; }; toUrlEncoded: (obj: object) => string; getHostname: (url: string) => string; }; //# sourceMappingURL=httpClient.helper.d.ts.map