Is it possible to Print response in HTML results file of Gatling

Hi All,

I want to print my HTTP response in HTML results file(index.html) generated once execution done on its http requests page.

For example, I am triggering one request_01 and in response I am getting some data like ‘myCounts’. Now I have saved that ‘myCounts’ in session and want to print in HTML file.

Is this possible?

Thanks.