Printing response headers via middleware? #610
Unanswered
denizdogan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it currently possible to print the "final" response headers using a middleware? I'm doing basically the following, but it looks like the iterator has already been "consumed", so there's no way of finding out what the headers were before they were sent. So only the request headers are actually printed using this code.
Beta Was this translation helpful? Give feedback.
All reactions