RequestOptionsArgs

Experimental

Interface

Interface Overview

interface RequestOptionsArgs {
url : string
method : string|RequestMethod
search : string|URLSearchParams
headers : Headers
body : any
withCredentials : boolean
responseType : ResponseContentType

}

Interface Description

Interface Details

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