scrapy 内部是如何发送网络请求的?

How does the scrapy send the web requests internally?

我想弄清楚 scrapy 使用哪个包发送网络请求。

我已经查看了 github 中的源代码,但是我不能

谁能帮我解决这个问题

据我所知,内部 scrapy 使用 twisted.web.http.HTTPClient, but there's a lot of machinery on top of it. Look for arch overview 了解详情