bnkit icon indicating copy to clipboard operation
bnkit copied to clipboard

Middleware prototype

Open brandon-schabel opened this issue 2 years ago • 0 comments

An (attempt) at creating a middleware that would would be able to handle responses, instead of manually having to handle it, but i am running into issues when middleware modify requests, and then you try to access the request in a route it will throw an error saying the body has already been used

image

brandon-schabel avatar Dec 15 '23 23:12 brandon-schabel