RequestOptionsArgs

Experimental

Interface

Interface Overview

interface RequestOptionsArgs {
url : string
method : string|RequestMethod
search : string|URLSearchParams|{[key: string]: any | any[]}
params : string|URLSearchParams|{[key: string]: any | any[]}
headers : Headers
body : any
withCredentials : boolean
responseType : ResponseContentType

}

Interface Description

Interface Details

exported from http/index, defined in http/src/interfaces.ts