Add support for both http and https support.
Now a request resolves to a local file in <https?>_<hostname>, for example:
- http://pypi.org ~> http_pypi.org
- https://files.pythonhosted.org ~> https_files.pythonhosted.org
Related T2032
Differential D2133
pytest_plugin: Add support for http request (debian lister related) ardumont on Oct 12 2019, 5:12 AM. Authored by
Details
Add support for both http and https support.
Related T2032 tox
Diff Detail
Event TimelineComment Actions Build is green Comment Actions I'm a bit worried that this pulls http and https from the same set of files without distinction; This looks like a good catalyst for subtle single-character bugs. Could we make the top-level directory <domain_name>_http or http_<domain_name> for http-only requests? (And maybe add support for https_<domain_name> for symmetry)
Comment Actions
yes, totally
I'm for symmetry but I'm a bit worried about the amount of work on my pile of diffs that this implies... I'd rather change that after merging the package-loader branch if you don't mind.
Comment Actions It's really just a mv of the top level directory; But I was really suggesting adding support, not replacing the current implementation. Comment Actions
yes, I meant in terms of rebase but mostly arc diff --update... mess. Comment Actions Build is green Comment Actions
oh well, after some bike thinking, might as well do it now. Comment Actions Build is green |