httpx 支持http2, pip3 install httpx pip3 install 'httpx[http2]' requests.Session() 替换成 httpx.Client(http2=True) 使用http2的多路复用减少握手.