Python: simple async download of url content?

后端 未结 10 1548
天命终不由人
天命终不由人 2020-12-15 11:23

I have a web.py server that responds to various user requests. One of these requests involves downloading and analyzing a series of web pages.

Is there a simple way

10条回答
  •  隐瞒了意图╮
    2020-12-15 12:13

    Along the lines of MarkusQ's answer, MochiKit is a nice JavaScript library, with robust async methods inspired by Twisted.

提交回复
热议问题