Re: [vcap-dev] Re: Proposal for Context Path Routing
Dieu Cao <dcao@...>
Shannon, the Product Manager for the Routing team, has this story [1] in
toggle quoted messageShow quoted text
the CF Routing tracker project for doing a PR to the CLI to add support for context path routes. Yes, that's correct that the context path route support does not currently support the particular example you've specified with wildcards or routing based on HTTP methods. If I recall correctly, we wanted to add some basic support for context path routes without adding too much overhead in what gorouter needed to reason about, as any logic added could impact every request to the gorouter. There's a currently in progress tracks of work to support Route Services [2] [3]. That would allow you to insert you're own proxy to support all sorts of use cases and could be used to support what you've described. Shannon is currently on vacation, but should be returning later this week. I'll forward this request to him for consideration. You might also consider opening up an issue against the gorouter with these enhancement requests. [1] https://www.pivotaltracker.com/story/show/93368928 [2] https://www.pivotaltracker.com/epic/show/2031344 [3] https://www.pivotaltracker.com/epic/show/1884060
On Mon, Sep 14, 2015 at 6:44 AM, Stevo Slavić <sslavic(a)gmail.com> wrote:
In this proposal and current Routes API docs
|
|