Skip to content

0.3.0

Compare
Choose a tag to compare
@lphuberdeau lphuberdeau released this 19 Apr 17:57
· 38 commits to master since this release
  • Common redirect rejection heuristic.
  • Added cookie handling to the aiohttp engine.
  • Added a heuristic restrict the request scope to a base url.
  • Separated the soft404 identification from rejection behavior.
  • Introduced a request scheduler to limit how many tasks asyncio needs to manage at any time. Return value from HammerTime.request is now a Future instead of a Task.