Hacker News new | ask | show | jobs
by tosh 10 days ago
here is a more expanded transliteration:

https://gist.github.com/tosh/61aca9ffa9ea115fa4df332407d7a9a...

1 comments

ty. a little easier to read.

i'd move the headers out of the loop (u can prolly just hard-code it), and move context_usage to inside the if (and maybe hard-code it, too)

oh right, good point @ move outside of the loop (or move directly into the Request), ty!
Ty, i commented on both gists.
ty for looking into it, i like your http.client take (still stdlib, keeps connection open)
Ty, did u test it? I can't