H
Hono9mo ago
Ahmed Eid

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
Ahmed Eid
Ahmed EidOP9mo ago
I found out that you could loop over it using c.req.raw.headers.forEach
No description

Did you find this page helpful?