- Change base_url path warning to debug (
68af0dd
)
- Automatically convert base_url from file url (
08a396d
)
- Preserve custom headers and allow dynamic sessions (
307bd06
)
- Fix multiple / detection in urls (
2352e22
)
- Require python 3.10 (
9ede8e1
)
- Require python 3.9 or greater (
5ba1afd
)
- access_url: Do not add port if 0 (
ba9acb4
)
- Fix swap_url for http converted urls (
2b672fa
)
- Bump multidict (
bf8c7c1
)
- Bump for release (
9ff7b15
)
- Relax dependency versions (
55c12ce
)
- API has changed due to use of httpx. Modifiers, test_url, and other items that access aiohttp ClientResponse will need to be fixed. (
311e998
)
- Change host when redirect detected (
1d6fa10
)
- Bump dependencies (
6e9dfd8
)
- Expose prepend and swap_url (
2ea2b16
)
- Add github_token to ci (
79628ca
) - Dump all info from cli example (
9d6cd3a
) - Allow modification of headers (
2e9fc74
) - Add run_func helper function (
6d6ecd6
) - Add swap_url helper (
8ab7e9f
) - Add prepend_url function (
afb23bb
) - Output resp headers as json (
bd3ba5a
) - Allow float delays for timer (
70958da
) - Allow setting of headers (
1703d1b
) - Add return_time_countdow_refresh_html (
57d71f5
) - cli: Add debug option to display to stderr (
c554e1e
) - cli: Add timeout option (
b7eb672
)
- Show 0 as smallest timer (
1277c88
) - Call reset_data (
dfc6ba9
) - Fix attribute error when not partial function (
304f833
) - Allow successful test to return html (
b1f20df
) - Treat only get to starting url as start (
4f64265
) - Handle http request downgrade (
4b795b4
) - Refresh tests and modifiers (
e140699
) - Set initial header referer to start site (
ff3c568
) - Shutdown clientsession on close (
dc6b8d1
) - cli: Ensure tests and modifiers have port (
0a57143
)
- Add download badge (
0f03af4
)
- Handle http downgrade by nginx proxy (
186dcf0
)
- Add change_host_url (
fe6226e
)
- Add modifiers to cli example (
eae4030
)
- Require python 3.6.1 to satisfy deps (
ad948df
)
- Add support for python 3.7 (95a7d33e3d32ea6447be157c66fc9e130ae0e4e2)
- Initial release