Skip to content

SCDBRepo/simple-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working on NODE.js only

import { SimpleHttpClient, SimpleHttpRequest } from '@scdb/simple-http';

const httpClient = new SimpleHttpClient(
  new SimpleHttpRequest('https://api.myip.com/')
);

httpClient.get().then((res) => {
  res.res.on('data', (d) => console.log(d.toString()));
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published