An open API service indexing awesome lists of open source software.

https://github.com/watchdg/deno-http-request

http requests for everything
https://github.com/watchdg/deno-http-request

Last synced: over 1 year ago
JSON representation

http requests for everything

Awesome Lists containing this project

README

          

# http-request

## install

add to `deps.ts`

```ts
export {request} from "https://deno.land/x/http_request/mod.ts";
```