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
- Host: GitHub
- URL: https://github.com/watchdg/deno-http-request
- Owner: WatchDG
- License: mit
- Created: 2021-04-01T09:30:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T10:11:29.000Z (about 5 years ago)
- Last Synced: 2024-08-19T00:49:26.466Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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";
```