ml-http2

0.0.1 • Public • Published

ml-http2

API

__http2({
  url:    //string
}, function(data) {
  // callback function
});

Example

__wifi({
  mode: 'station', // default is station
  auth: 'PSK_WPA2',
  ssid: 'mcs',
  password: 'mcs12345678',
});

global.eventStatus.on('wifiConnect', function() {
  __http2({url: 'https://http2.akamai.com/'}, function(data){
    print(data);
  });
});

Readme

Keywords

none

Package Sidebar

Install

npm i ml-http2

Weekly Downloads

0

Version

0.0.1

License

ISC

Last publish

Collaborators

  • iamblue