Mike Gerwitz
|
0599acc23a
|
Key-value param encoding moved from XhrHttpImpl to HttpDataApi
|
2015-05-29 12:22:26 -04:00 |
Mike Gerwitz
|
f122d85938
|
XhrHttpImpl modify URL for GET request params and encode key-value
Some of this may be more appropriate to move out of XhrHttpImpl into
something like HttpDataApi...
|
2015-05-29 09:35:21 -04:00 |
Mike Gerwitz
|
ca68d12370
|
XhrHttpImpl no longer modifying response text
Status code included with error object
|
2015-05-28 15:15:41 -04:00 |
Mike Gerwitz
|
1669f9eeda
|
XhrHttpImpl#request invokes XHR send
This should have always been the case; I am not sure what I was thinking,
considering that the object is encapsulated.
|
2015-05-28 15:15:39 -04:00 |
Mike Gerwitz
|
8fbd4dd220
|
XhrHttpImpl#serveError
|
2015-05-12 16:32:49 -04:00 |
Mike Gerwitz
|
d4328968e8
|
XhrHttpImpl considers any 2xx status to be successful
|
2015-05-12 16:32:49 -04:00 |
Mike Gerwitz
|
6cc260b443
|
XhrHttpImpl#isSuccessful determines HTTP response success
May be overridden by subtypes.
|
2015-05-12 16:32:48 -04:00 |
Mike Gerwitz
|
6d0acf5916
|
Initial XhrHttpImpl implementation
|
2015-05-12 13:45:19 -04:00 |