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

https://github.com/nondanee/deno-proxy

simple HTTP proxy
https://github.com/nondanee/deno-proxy

deno

Last synced: 10 months ago
JSON representation

simple HTTP proxy

Awesome Lists containing this project

README

          

# Simple HTTP Proxy

Powered by Deno 🦕

## Usage

> Demo with too many bugs 🙃

```sh
$ deno --allow-net --allow-read server.js
```

## Reference

- https://deno.land/
- https://doc.deno.land/https/deno.land/std/http/server.ts
- https://github.com/denoland/deno/blob/master/std/manual.md#tcp-echo-server
- https://doc.deno.land/https/github.com/denoland/deno/releases/latest/download/lib.deno.d.ts

## License

MIT