I'm playing around with Deno but I can't find the standard HTTP client.
I also googled "deno http client" which gives me https://deno.land/x/std/http/client/, but the link is broken. Something was indexed by Google and later removed from the repo.
404 - Not Found
This file or directory could not be found.
I found 3rd party libraries soxa and deno-http but I am looking for something standard.
Is there a standard HTTP client for Deno that I am missing?
deno
document about this: deno.land/manual/runtime/web_platform_apis – Crispin