http
↔ Node API to create server with HTTPNetwork Protocol
var http = require("http")
createServer()
http
Static Method to create new HTTP Server
request()
http
Static Method to make a HTTP Request
References
createServer()
↔http
Static Method to create new HTTP Serverrequest()
↔http
Static Method to make a HTTP Request