UNPKG

zeph-http

Version:

A modern, performant, and type-safe HTTP client for TypeScript/JavaScript. Axios-like API with advanced features, ESM/CJS support, and tree-shakable design.

3 lines (2 loc) 244 B
export declare function mergeHeaders(defaultHeaders?: Record<string, string>, callHeaders?: Record<string, string>): Record<string, string>; export declare function detectAndSetContentType(headers: Record<string, string>, body: unknown): void;