Is there a way to list all request headers ?
I have this use case where I am not sure which header key is being sent, I would like to log all headers to understand more about it.
1 Reply
I found out that you could loop over it using
c.req.raw.headers.forEach