carosio / unimux

Router Application for hello jsonrpc APIs
Mozilla Public License 2.0
2 stars 5 forks source link

Add configurable options for each route #26

Closed surik closed 8 years ago

surik commented 8 years ago

Example:

route.api1.pattern = API1
route.api1.target = http://127.0.0.1:8081
route.api1.timeout = 30000

And server timeout will be set automatically from maximum value of client's timeouts.