UNPKG

@tuentyfaiv/http

Version:

Library for http requests based on fetch

8 lines (7 loc) 232 B
import type { HttpConfigRequest } from "../classes/http.typing.js"; export interface HttpLog { url?: string; request?: HttpConfigRequest<string | undefined>; response?: unknown; [key: string]: unknown | undefined; }