Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davibe/proxo

A commandline http proxy supporting multiple endpoints
https://github.com/davibe/proxo

Last synced: about 1 month ago
JSON representation

A commandline http proxy supporting multiple endpoints

Awesome Lists containing this project

README

        

Proxo
-----

A commandline http proxy supporting multiple endpoints

### Example

proxo --port 3000 \
--rule /::http://localhost:3001 \
--rule /api::https://api.server.com

It will forward
- all requests at 127.0.0.1:3000 to localhost:3001
- all requests at 127.0.0.1:3000/api to https://api.server.com/api

Last rules have higher priority.