RequestOptionsArgs

export interface RequestOptionsArgs

exported from angular2/http defined in angular2/src/http/interfaces.ts (line 23)

Interface for options to construct a RequestOptions, based on RequestInit from the Fetch spec.

Members

url : string

Not Yet Documented

method : string | RequestMethod

Not Yet Documented

Not Yet Documented

headers : Headers

Not Yet Documented

body : string

Not Yet Documented