UNPKG

@sophons/request

Version:

🚀 Probably the best Node.js HTTP request component, It also contains a rich stream processing

4 lines (3 loc) • 267 B
import { Method, AxiosResponse, AxiosRequestConfig } from 'axios'; declare type BufferEncoding = 'ascii' | 'utf8' | 'utf-8' | 'utf16le' | 'ucs2' | 'ucs-2' | 'base64' | 'latin1' | 'binary' | 'hex'; export { Method, AxiosResponse, AxiosRequestConfig, BufferEncoding };