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

https://github.com/peterding/freeway

A Simple HTTP Forward Proxy
https://github.com/peterding/freeway

Last synced: 3 months ago
JSON representation

A Simple HTTP Forward Proxy

Awesome Lists containing this project

README

        

# Freeway - A Simple HTTP Forward Proxy

## Usage

```
RUST_LOG=info freeway listen-addr port
```

Try it:

```
curl http://{listen-addr}:{port}/https://google.com
```