silentrob / Apricot

A simple Hpricot Clone for nodejs.
MIT License
336 stars 65 forks source link

http.createClient -> http.request #22

Closed ebensing closed 12 years ago

ebensing commented 12 years ago

Tested in node.js 0.8.3 and everything was working fine except warnings about http.createClient being depreciated. I changed it to using http.request and those have gone away.