@coolio/http
Version:
HTTP networking client
11 lines • 391 B
TypeScript
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