Node.js HTTP client agent pipelining?

The HTTP client built into Node.js doesn't seem to support pipelining requests . However, it occurred to me that it is possible to create an Agent that sets up pipelining in the background. There might be problems getting the response data back the way it should be, but perhaps the agent could have tampered with some socket objects in order for the HTTP client to work fine?

It's done? Alternatively, is there an alternative HTTP client that is a drop-in replacement for the main one that supports pipelining? (Ultimately, I would like to use it with the AWS SDK, so it needs to be compatible.)

+3
http node.js rfc2616 http-pipelining


source to share


No one has answered this question yet

See similar questions:

8
Node.js pipelining http request
1
Nodejs HTTP / 1.1 protocol support

or similar:

2237
How do I pass command line arguments to a Node.js program?
2201
How do you decide when to use Node.js?
1834
HTTP GET with request body
1695
How to use java.net.URLConnection to trigger and process HTTP requests
1648
How to exit Node.js
1517
How do I debug Node.js applications?
1500
Writing Files in Node.js
1264
How to get started with Node.js
1217
HTTP status code for update and delete?
891
How is an HTTP POST request made in node.js?



All Articles
Loading...
X
Show
Funny
Dev
Pics