betfair / cougar

Cougar is a framework for making building network exposed service interfaces easy.
http://betfair.github.io/cougar
Apache License 2.0
27 stars 18 forks source link

Aliases #51

Closed eswdd closed 10 years ago

eswdd commented 10 years ago

We'd like to be able to "alias" a path so that a request for say "/webping" actually gets re-routed to "/customContext/health/v3/summary"

eswdd commented 10 years ago

Gist on how to configure this: https://gist.github.com/eswdd/8083033

eswdd commented 10 years ago

Fixed config aspect of impl and added some unit tests. Ideally need to add an integration test on baseline to ensure it doesn't get broken, but have tested manually.