Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
silenium-dev opened this issue Nov 25, 2024 · 0 comments · May be fixed by #16
Open

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

silenium-dev opened this issue Nov 25, 2024 · 0 comments · May be fixed by #16

Comments

@silenium-dev
Copy link

silenium-dev commented Nov 25, 2024

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 /

@silenium-dev silenium-dev linked a pull request Nov 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant