简体   繁体   中英

Equivalent of Python urllib in Haskell

Is there an equivalent of Python's urllib library in Haskell? I want to login into course homepage (on Moodle) and download assignments automatically.

I recommend http-conduit ; it's widely-used, has a simple interface and an efficient implementation, plus automation for multi-page request flows (including cookies, etc.).

A more standard option (part of the Haskell Platform) is the HTTP library, which has similar automation support , but personally, I prefer http-conduit's API.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM