Optionalcache
Cache used for cacheable requests. true enables
the default cache.
Optionaldata
Request body. Shorthand methods with explicit data set this automatically.
Optionalheaders
Default headers merged into each 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.
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.
Request options shared by the
$httpshortcut methods. See http://docs.angularjs.org/api/ng/service/$http#usage