XHR icon indicating copy to clipboard operation
XHR copied to clipboard

Super awesome HTTP Client for Appcelerator Titanium :)

Results 2 XHR issues
Sort by recently updated
recently updated
newest added

Additional expectingImage param for extraParams object.

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...

hacktoberfest