UNPKG

ryoko

Version:

a requestion lib based on the fetch native api

16 lines (15 loc) 678 B
import { RyokoReqMethods } from '../types'; export declare const _globalThis: typeof globalThis; export declare const ArrayBufferViewTypes: string[]; export declare const BufferSourceTypes: string[]; export declare const fetchBodyInitTypes: string[]; export declare const fetchBodyAppendDataTypes: { FORMDATA: string; URLSEARCHPARAMS: string; }; export declare const fetchCodeOptionKeys: string[]; export declare const ryokoMethods: RyokoReqMethods[]; export declare const CONTENT_TYPE = "content-type"; export declare const CONTENT_LENGTH = "content-length"; export declare const resposneTypes: string[]; export declare const credentialsTypes: string[];