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

https://github.com/tani/route

A reverse proxy in Go
https://github.com/tani/route

Last synced: 2 months ago
JSON representation

A reverse proxy in Go

Awesome Lists containing this project

README

        

# Route

A reverse proxy in Go

## Usage

With the following command, alice listens on `` and maps a request matches with `` to `localhost:`,
and also maps a request matches with `` to `localhost:`.

$ route -p : :

## Copyright

Copyright (c) 2019 Fernand Garcias Borges All Rights Reserved.