aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/http.js
AgeCommit message (Expand)Author
2013-09-02fix($http): allow empty responses to be cachedjankuca
2013-08-27style($http): remove unused argumentIgor Minar
2013-08-14docs($http): added return to interceptors success callbackMikk Kirstein
2013-07-27docs(*): fixed typos and ngdoc parameter namesCarl Danley
2013-07-19fix(core): parse URLs using the browser's DOM APIChirayu Krishnappa
2013-07-12fix($http): allow interceptors to completely override headersIgor Minar
2013-07-08feat($http): accept function as headers valuebolasblack
2013-06-19fix($http): ensure case-insens. header overridingCaio Cunha
2013-05-20feat($http): add support for aborting via timeout promisesDavid Bennett
2013-05-16feat($http): add a default content type for PATH requestsDaniel Stockton
2013-05-09style(*): fix up semicolon and var usageAnatoly Shikolay
2013-04-15fix($location): fix URL interception in hash-bang modeMisko Hevery
2013-04-11docs(http): spelling, grammar, capitalization, etc.Artur Ostrega
2013-04-11docs($http): fix a typoChad Whitacre
2013-03-29docs(*): fixed typosPascal Borreli
2013-03-27feat(http): support request/response promise chainingSylvester Keil
2013-03-08feat(http): set custom default cache in $http.defaults.cacheAlexander Shtuchkin
2013-03-06docs($http): add more info about transform functionIgor Minar
2013-02-14fix($http): do not encode special characters `@$:,` in paramsVojta Jina
2013-02-07feat($http): allow overriding the XSRF header and cookie nameSam McCall
2013-01-03docs($http): clarify documentation on error status codesPer RovegÄrd
2012-12-06docs($http): fix link typo in $http docJeremy Tymes
2012-11-26fix($http): only set X-XSFR-TOKEN header for same-domain requestRado Kirov
2012-11-26fix($http): remove 'X-Requested-With' from header defaultsRado Kirov
2012-11-24fix($http): config.param should expand array values properlyTom Davis
2012-09-11feat($http): Allow setting withCredentials on defaultsTom Hughes
2012-08-10feat($http): support reponseTypeVojta Jina
2012-06-12docs(*): simplify doc urlsIgor Minar
2012-06-08fix($http): add utf-8 to default Content-Type header (post/put)Vojta Jina
2012-05-04chore(docs): re-skin main documentationMisko Hevery
2012-04-11docs($http): fix return typesIgor Minar
2012-04-11feat($http): expose the defaults config as $http.defaultsIgor Minar
2012-04-04feat($http): add withCredentials config optionVojta Jina
2012-03-28feat($http): make the transform defaults to an arrayIgor Minar
2012-03-28style($http): remove redundant 'use strict' headerIgor Minar
2012-03-28chore(Rakefile): get ready for modulesMisko Hevery
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery