Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Shred HTTP library for Node.js and Browsers

Received: by 10.236.192.164 with SMTP id i24mr14045620yhn.8.1327090174599;
        Fri, 20 Jan 2012 12:09:34 -0800 (PST)
X-BeenThere: nodejs@googlegroups.com
Received: by 10.101.181.36 with SMTP id i36ls1282218anp.3.gmail; Fri, 20 Jan
 2012 12:09:17 -0800 (PST)
MIME-Version: 1.0
Received: by 10.236.123.12 with SMTP id u12mr3348477yhh.19.1327090157924; Fri,
 20 Jan 2012 12:09:17 -0800 (PST)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
 nico...@spire.io designates internal as permitted sender)
 smtp.mail=nico...@spire.io; dkim=pass
 header...@spire.io
Received: by u20g2000yqb.googlegroups.com with HTTP; Fri, 20 Jan 2012 12:09:17
 -0800 (PST)
Date: Fri, 20 Jan 2012 12:09:17 -0800 (PST)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686; rv:9.0.1) Gecko/20100101 Firefox/9.0.1,gzip(gfe)
Message-ID: <2f840b6d-5f81-44df-a194-c6faef98da7c@u20g2000yqb.googlegroups.com>
Subject: Shred HTTP library for Node.js and Browsers
From: Nicolas LaCasse <nico...@spire.io>
To: nodejs <nodejs@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1

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: