datasette/datasette/utils
Simon Willison 8f97b9b58e
datasette.client internal requests mechanism
Closes #943

* Datasette now requires httpx>=0.15
* Support OPTIONS without 500, closes #1001
* Added internals tests for datasette.client methods
* Datasette's own test mechanism now uses httpx to simulate requests
* Tests simulate HTTP 1.1 now
* Added base_url in a bunch more places
* Mark some tests as xfail - will remove that when new httpx release ships: #1005
2020-10-09 09:11:24 -07:00
..
__init__.py Display column type in column action menu, closes #993 2020-10-05 17:32:10 -07:00
asgi.py Fixed content-disposition header on DB download, closes #909 2020-07-29 14:34:22 -07:00
shutil_backport.py Backport of Python 3.8 shutil.copytree, refs #744 (#769) 2020-05-27 11:17:43 -07:00
testing.py datasette.client internal requests mechanism 2020-10-09 09:11:24 -07:00