Closed
Description
Hi,
I'm trying to serve multiple routes from the same Host / Port combination for local testing.
Each of these routes would point to a specific target.
All cloud functions (on GCloud) are sharing the same hostname.
So I would like to replicate this environment as much as possible
Is this possible ? I have not seen anything in the documentation to help me perform this setup.
I would like to serve something like this:
http://localhost:8080/doFunctionA
http://localhost:8080/doFunctionB
http://localhost:8080/doFunctionC
Thanks