Optionalcache
Cache used for cacheable requests. true enables
the default cache.
Optionaldata
Request body. Shorthand methods with explicit data set this automatically.
OptionaleventEvent handlers notified by the underlying transport.
Optionalheaders
Default headers merged into each request.
HTTP verb to use for the request.
Optionalparams
Query parameters appended to the request URL.
OptionalparamQuery parameter serializer token or function.
OptionalresponseNative fetch response body reader hint.
Optionaltimeout
Millisecond timeout, or a promise whose resolution aborts the request.
OptionaltransformRequest body transform pipeline.
OptionaltransformResponse body transform pipeline.
OptionaluploadUpload event handlers. Not used by the fetch transport.
Request URL. Query parameters from params are
appended to this URL.
OptionalwithWhether cross-site requests should include credentials by default.
OptionalxsrfCookie name used when reading the XSRF token.
OptionalxsrfHeader name used when sending the XSRF token.
Full request configuration accepted by
$http(...). See http://docs.angularjs.org/api/ng/service/$http#usage