Actually, @substack figured out a way to get request in the browser using browserify. It will eventually get merged in to request proper.
On Mar 22, 2012, at March 22, 201211:16 AM, Steven Campbell wrote: > This looks nice. Can you contrast it with the "request" module that I am > currently using on the server-side? (Obviously the browser-side thing is a > distinguishing feature, so besides that)... > > On Friday, January 20, 2012 2:09:17 PM UTC-6, Nicolas LaCasse wrote: > Shred v0.7 has been released. > > Shred is an HTTP client library that supports gzip, https, redirects, > and proxies. > As of this version, Shred can run in node.js and in modern browsers! > > This means Shred can be used in both client-side and server-side > applications, and it is particulary suited for code that needs to run > in both environmants. > > Hat tip to Substack and his awesome Browserify tool for making this > posible! > > Check out the official announcement here: > http://www.spire.io/posts/shred-v0_7.html > > Or head to Github for the code: > https://github.com/spire-io/shred > > Or get the node.js module: > npm install shred > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
