最終更新:2018-01-07 (日) 10:36:36 (2304d)  

Node.js/http
Top / Node.js / http

var http = require('http');

https://nodejs.org/api/http.html

クラス

  • http.Agent?
  • http.ClientRequest?
    • http.ClientRequest/response?
  • http.Server/request?

メソッド

  • http.METHODS?
  • http.STATUS_CODES?
  • http.createServer([requestListener])
  • http.get?(options[, callback])
  • http.globalAgent?
  • http.request?(options[, callback])

関連