Serving multiple static files to an HTTP request
If a client sends a request for an array of static files names like so.
Using a Deno.serve server, is it possible to serve all files in response to that one request, instead of having the client request them one by one?
Would I need something like HTTP/2 or HTTP/3? And if so, are any of those supported in Deno?
Using a Deno.serve server, is it possible to serve all files in response to that one request, instead of having the client request them one by one?
Would I need something like HTTP/2 or HTTP/3? And if so, are any of those supported in Deno?
