In my microservice I need to retrieve a complete list of all the received header params name for each request.
On the TWebRequest there is a complete list for the received query and path params, but not for the header params.
It is possible to retrieve a complete list? If yes, how?
Thank you in advance.