Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejsHttpClient

contain async and sync way to get the http request response.

async request

Async is nodejs normal way, such as nodejs original API http, I use request module;

sync request

Sync is not support by the original nodejs. I use sync-request module. It is different with async module or (async-await) way. It return response directly, do not have to use promis or callback.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages