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

}

Class Description

Constructor

constructor({method, headers, body, url, search, withCredentials,
       responseType}?: RequestOptionsArgs)

Class Details

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