dmcquay / node-apac

node-apac - Node.js client for the Amazon Product Advertising API, including support of Request Signatures
MIT License
499 stars 111 forks source link

Refactored client http request method #31

Closed pschmidt88 closed 11 years ago

pschmidt88 commented 11 years ago

The http.createClient method was deprecated, so i rewrote that part of the code. should fix my issue https://github.com/dmcquay/node-apac/issues/30

dmcquay commented 11 years ago

Thanks!