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
/
src
/
ng
/
http.js
Age
Commit message (
Expand
)
Author
2013-09-30
docs($http): update grammar in comments
Martin Cortez
2013-09-25
docs($http): fix adding default header to get request example
Mr.Raindrop
2013-09-13
docs($http): add examples when calling $http outside $apply
Pete Bacon Darwin
2013-09-13
docs($http): explain why $http may not make the request immediately
Dang Nguyen Anh Khoa
2013-09-02
fix($http): allow empty responses to be cached
jankuca
2013-08-27
style($http): remove unused argument
Igor Minar
2013-08-14
docs($http): added return to interceptors success callback
Mikk Kirstein
2013-07-27
docs(*): fixed typos and ngdoc parameter names
Carl Danley
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-05-09
style(*): fix up semicolon and var usage
Anatoly Shikolay
2013-04-15
fix($location): fix URL interception in hash-bang mode
Misko Hevery
2013-04-11
docs(http): spelling, grammar, capitalization, etc.
Artur Ostrega
2013-04-11
docs($http): fix a typo
Chad Whitacre
2013-03-29
docs(*): fixed typos
Pascal Borreli
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-03-06
docs($http): add more info about transform function
Igor Minar
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
2013-01-03
docs($http): clarify documentation on error status codes
Per RovegÄrd
2012-12-06
docs($http): fix link typo in $http doc
Jeremy Tymes
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-12
docs(*): simplify doc urls
Igor Minar
2012-06-08
fix($http): add utf-8 to default Content-Type header (post/put)
Vojta Jina
2012-05-04
chore(docs): re-skin main documentation
Misko Hevery
2012-04-11
docs($http): fix return types
Igor Minar
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
feat($http): make the transform defaults to an array
Igor Minar
2012-03-28
style($http): remove redundant 'use strict' header
Igor Minar
2012-03-28
chore(Rakefile): get ready for modules
Misko Hevery
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery