Skip to content

Instantly share code, notes, and snippets.

@prasathmani
prasathmani / http.ts
Last active July 22, 2025 01:02
Axios HTTP Client Using TypeScript | Axios Wrapper TypeScript
/**
* http.ts
* author by @ccpprogrammers
*/
import axios, {
AxiosInstance,
AxiosRequestConfig,
AxiosResponse,
InternalAxiosRequestConfig,