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
- Host: GitHub
- URL: https://github.com/tani/route
- Owner: tani
- License: gpl-3.0
- Created: 2019-06-04T03:35:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T11:49:01.000Z (over 1 year ago)
- Last Synced: 2024-10-30T05:05:09.572Z (7 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.