Skip to content

node's http module, but for React Native

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE_HTTP_BROWSERIFY
Notifications You must be signed in to change notification settings

tradle/react-native-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@tradle/react-native-http

The http module from node.js, but for React Native.

Fork of http-browserify

install

npm install @tradle/react-native-http

usage

To load this module when you require('http'), ensure you have a mapping in either the "browser" or "react-native" field in your package.json:

  "browser": {
    "http": "@tradle/react-native-http"
  }

or

  "react-native": {
    "http": "@tradle/react-native-http"
  }

license

MIT

About

node's http module, but for React Native

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE_HTTP_BROWSERIFY

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%