-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
feat: middleware implementation #109
feat: middleware implementation #109
Conversation
Looks like our server processes are never closing when running puppeteer tests. |
Fixed the e2e issues, so tests should pass now |
Should shortCircuit just be a response? Like if I wanted to just short circuit the middleware chain, I could just pass a new response to next? |
Is there a way to modify a response thats been handled by an internal middleware? |
We should just expose |
fix(middleware): return the correct http status code for unsupported content types fix(middleware): handleRequest wasn't last fix(middleware): add return types to functions
No description provided.