The Network.Browser documentation says that the module supports the following:
- HTTP Authentication handling
- Transparent handling of redirects
- Cookie stores + transmission.
- Transaction logging Proxy-mediated connections.
To me, it sounds like the beginnings of a browser that lets me crawl web pages, handling authenciation into web sites, cookies, etc.
However, the module comes with zero example code, instructions or tutorials. I cannot figure out how to use it.
Can someone give an example of how it might be used to 1) go to a web site, 2) log into it, and 3) download a file that requires you to be logged in?