Skip to content

Add scenarios for route handler filters #1727

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

Merged
merged 3 commits into from
Mar 28, 2022
Merged

Add scenarios for route handler filters #1727

merged 3 commits into from
Mar 28, 2022

Conversation

captainsafia
Copy link
Contributor


return (context) =>
{
if (hasParams && isStringParam)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: This if could be put outside the return (context) => ...

@captainsafia captainsafia merged commit f43aa66 into main Mar 28, 2022
@sebastienros sebastienros deleted the endp-filters branch August 15, 2023 17:32
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 this pull request may close these issues.

Add perf test for endpoint filter vs. no endpoint filter
5 participants