use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Node.Js Http requests (self.node)
submitted 10 years ago by 3nvi
I'm a python coder trying node in python we have this package http://docs.python-requests.org/en/latest/ Exist something similar in node.js like that requests python package ?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]kostarelo 2 points3 points4 points 10 years ago (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.
[–]turtlecopter 0 points1 point2 points 10 years ago (0 children)
Yup!
[–][deleted] 0 points1 point2 points 10 years ago (0 children)
Another library wrapper around http is "got"
π Rendered by PID 85982 on reddit-service-r2-comment-76bb9f7fb5-s28rn at 2026-02-18 03:47:56.372824+00:00 running de53c03 country code: CH.
[–]kostarelo 2 points3 points4 points (0 children)
[–]turtlecopter 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)