Making HTTP request and receiving multipart/x-mixed-replace response in Node.js
I need to make a HTTP GET request to foreign server to start receiving events. After request I immediately get multipart/x-mixed-replace
response. When an event occurs, it’s sent as XML message together with boundary indicating the end of this part.