ServeStatic
ServeStatic copied to clipboard
Use HTTPX for unit tests
Description
We currently use a handful of testing functions for sending/receiving data to our ASGI/WSGI apps.
Would be easier to use HTTPX to do the same task.