export interface 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
url : string
Not Yet Documented
method : string | RequestMethod
method : string | RequestMethod
Not Yet Documented
search : string | URLSearchParams
search : string | URLSearchParams
Not Yet Documented
headers : Headers
headers : Headers
Not Yet Documented
body : string
body : string
Not Yet Documented