UNPKG

http-service-lib

Version:

Reusable Http Service and implementations

8 lines 274 B
export declare class HttpRequest { url: string; body?: any; headers: Record<string, string>; constructor(url: string, headers?: HttpRequest['headers'], body?: any); setHeader(name: string, value: string): void; } //# sourceMappingURL=HttpRequest.d.ts.map