3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

javascript(node.js)のsetHeaderとwriteHeadの違い

Last updated at Posted at 2020-02-24

#setHeader
ヘッダー情報を設定する

response.setHeader(名前,);

#writeHead
ヘッダー情報を出力する

response.writeHead(コード番号,メッセージ);
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?