node-fastcgi
node-fastcgi copied to clipboard
Match http module API
The http module's server constructor and createServer methods may optionally take as first argument an object with stream and socket options. node-fastcgi's constructor takes options as the last argument and ignores stream and socket settings. We should match the official API.