更改

跳到导航 跳到搜索

Nodejs/http/Server/request

添加2字节2019年5月27日 (一) 16:50
事件参数
==事件参数==
request <[[Nodejs/http/IncomingMessage|http.IncomingMessage]]>
 
response <[[Nodejs/http/ServerResponse|http.ServerResponse]]>
 
==备注==
注意,每个连接可能有多个请求(在 HTTP Keep-Alive 连接的情况下)。

导航菜单