AlamofireObjectMapper
AlamofireObjectMapper copied to clipboard
mapping allHeaderFields
Basically I am mapping and using generic Response for my response
and the problem is, in my response I am getting some values in header
I can only get it like this response.response?.allHeaderFields
but can not map it
is it a way to map my allHeaderFields