toil.lib.web

Contains functions for making web requests with Toil.

All web requests should go through this module, to make sure they use the right user agent.

>>> from toil.lib.web import web_session
>>> web_session.get("https://example.com")

Attributes

web_session

Module Contents

toil.lib.web.web_session