js-httpclient
Simple XML HTTP Requester for Node.js special for React and React Native applications based on XMLHttpRequest
No long explanation, here are examples:
; var client = ;var r = ; r;r;r;r; client ;
Using in React Native
; // Customize xhr for Chrome debuggingvar xhr = GLOBALoriginalXMLHttpRequest ? GLOBALoriginalXMLHttpRequest : XMLHttpRequest;var r = xhr; r;r;r;r; // Add content type in classic wayif xhr == XMLHttpRequest r; r;r; r;
I try to prepare short documentation of this class.