8000 How to serve multiple routes on the same Url : Port · Issue #98 · GoogleCloudPlatform/functions-framework-python · GitHub
[go: up one dir, main page]

Skip to content
How to serve multiple routes on the same Url : Port #98
Closed
@martindufort

Description

@martindufort

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0