Add support for mutable/implicit headers for http.
authorTim Caswell <tim@creationix.com>
Thu, 10 Feb 2011 10:18:13 +0000 (02:18 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 10 Feb 2011 10:31:41 +0000 (02:31 -0800)
commitb09c5889bee8388a6710ecf75d76ca242e0684bd
treef46a6563682346f7c7cf70b2dbb0480340c01682
parent01a864a29d64119054401784cd9255c3a813bdbc
Add support for mutable/implicit headers for http.

This works for both ServerResponse and ClientRequest.
Adds three new methods as a couple properties to to OutgoingMessage objects.
Tests by Charlie Robbins.

Change-Id: Ib6f3829798e8f11dd2b6136e61df254f1564807e
doc/api/http.markdown
lib/http.js
test/simple/test-http-mutable-headers.js [new file with mode: 0644]