Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

res.send is not a function

You need to do res.end instead of res.send. 
res.send is a part of express module and not of core http module.
 
PREVIOUS NEXT
Tagged: #function
ADD COMMENT
Topic
Name
1+3 =