index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ng
/
httpSpec.js
Age
Commit message (
Expand
)
Author
2014-03-15
fix($http): allow sending Blob data using $http
Bruno Baia
2014-02-27
chore(httpSpec): fix typo
Lajos Veres
2014-02-22
style(tests): remove trailing comma in specs
Chia-liang Kao
2014-02-21
fix($http): do not add trailing question
Boris Serdyuk
2014-02-21
fix($http): send GET requests by default
Pawel Kozlowski
2014-01-13
fix($http): ensure default headers PUT and POST are different objects
Hendrixer
2013-09-02
fix($http): allow empty responses to be cached
jankuca
2013-07-19
fix(core): parse URLs using the browser's DOM API
Chirayu Krishnappa
2013-07-12
fix($http): allow interceptors to completely override headers
Igor Minar
2013-07-08
feat($http): accept function as headers value
bolasblack
2013-06-19
fix($http): ensure case-insens. header overriding
Caio Cunha
2013-05-20
feat($http): add support for aborting via timeout promises
David Bennett
2013-05-16
feat($http): add a default content type for PATH requests
Daniel Stockton
2013-03-27
feat(http): support request/response promise chaining
Sylvester Keil
2013-03-08
feat(http): set custom default cache in $http.defaults.cache
Alexander Shtuchkin
2013-02-14
fix($http): do not encode special characters `@$:,` in params
Vojta Jina
2013-02-07
feat($http): allow overriding the XSRF header and cookie name
Sam McCall
2012-11-26
fix($http): only set X-XSFR-TOKEN header for same-domain request
Rado Kirov
2012-11-26
fix($http): remove 'X-Requested-With' from header defaults
Rado Kirov
2012-11-24
fix($http): config.param should expand array values properly
Tom Davis
2012-09-11
feat($http): Allow setting withCredentials on defaults
Tom Hughes
2012-08-10
feat($http): support reponseType
Vojta Jina
2012-06-08
fix($http): add utf-8 to default Content-Type header (post/put)
Vojta Jina
2012-04-11
feat($http): expose the defaults config as $http.defaults
Igor Minar
2012-04-04
feat($http): add withCredentials config option
Vojta Jina
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery