Equivalent of cURL for Ruby?

前端 未结 12 2649
不知归路
不知归路 2020-11-29 00:33

Is there a cURL library for Ruby?

12条回答
  •  独厮守ぢ
    2020-11-29 01:05

    There's also Mechanize, which is a very high-level web scraping client, and uses Nokogiri for HTML parsing.

提交回复
热议问题