Skip to content

[go buildpack] route all http requests to function handler instead of only / #15

Open
@silenium-dev

Description

I would like to handle multiple different requests with a single function (like AWS Lambda), but the current mux pattern only matches requests to exactly /.
The pattern would need to be replaced with /* to match all requests.
This doesn't apply to cloudevent handlers, as those events are always sent to /

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions