how to retrieve response headers in gatling ?

I am using gatling plugin version 3.0.3 and able to perform http call actions for APIs . I can see the response headers and body in console (as modified logback.xml) but can’t find a programmatic way to retrieve response headers such as X-RateLimit-Remaining,X-RateLimit-Limit etc.

Kindly provide suggestions.