タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

javascriptとhttpに関するtvskのブックマーク (1)

  • HTTP | Node.js v25.9.0 Documentation

    This module, containing both a client and server, can be imported via require('node:http') (CommonJS) or import * as http from 'node:http' (ES module). The HTTP interfaces in Node.js are designed to support many features of the protocol which have been traditionally difficult to use. In particular, large, possibly chunk-encoded, messages. The interface is careful to never buffer entire requests or

    tvsk
    tvsk 2016/06/13
    http.get で 'error' イベントが発生するケースは DNS 解決時の問題、TCP レベルのエラー、HTTPのパース時の問題。
  • 1