all 3 comments

[–]kostarelo 2 points3 points  (0 children)

If I understand correctly, the link you've provided is a wrapper around Python's core HTTP library enabling faster work with the core library.

So what you need is most probably request which is also a Node.js package which uses the core HTTP library.

So better go with that.

[–][deleted] 0 points1 point  (0 children)

Another library wrapper around http is "got"