On Sun, Dec 2, 2012 at 3:39 AM, Arunoda Susiripala <[email protected]> wrote: > Hi, > > I've recently work on with some media streaming project (icecast and > shoutcast). > It sends streams to non-standard method calles SOURCE. > > Since node does not support non-standard methods I've to go with raw net > module. > Is there any plans to support non-standard HTTP methods in node? > Or why it is not supported? I hope HTTP spec allows that.
The spec allows it but the HTTP parser in node.js does not. There is a feature request[2] but it's not a high priority issue and I won't be working on it any time soon. If you want to pick it up, go ahead. [1] https://github.com/joyent/http-parser [2] https://github.com/joyent/http-parser/issues/92 -- 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
