私はこのセクションについて本当に混乱しています
http://nodejs.org/api/http.html#http_http_createserver_requestlistener
The requestListener is a function which is automatically added to the 'request' event.
「追加された」という用語は、具体的に何を意味しますか?
こちらも http://nodejs.org/api/http.html#http_event_request
直下のコードはどういう意味function (request, response) { }
ですか? リクエストがあるたびにその関数が渡されるということですか?