You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following the example for Middlewares in the README and noticed that req.headers.add gives me a HttpException: HTTP headers are not mutable error. Accessing the headers from res instead seems to work as expected.
I was following the example for Middlewares in the README and noticed that
req.headers.addgives me aHttpException: HTTP headers are not mutableerror. Accessing the headers fromresinstead seems to work as expected.