RequestOptions
RequestOptions
Experimental Class
Class Overview
class RequestOptions { constructor({method, headers, body, url, search, withCredentials, responseType}?: RequestOptionsArgs) method : RequestMethod|string headers : Headers body : any url : string search : URLSearchParams withCredentials : boolean responseType : ResponseContentType merge(options?: RequestOptionsArgs) : RequestOptions }