Amazing library;
i wonder how to get Header information?
xhr.POST(Alloy.CFG.api_url +'/authenticate', login_data, onSuccessCallback, onErrorCallback,opts);
function onSuccessCallback(e){
Ti.API.info('AUTH DATA:', e);
}
Only brings the body.
What about the Headers?