tristanhimmelman / AlamofireObjectMapper

An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
MIT License
2.66k stars 474 forks source link

mapping allHeaderFields #258

Open sultan-arshi opened 5 years ago

sultan-arshi commented 5 years ago

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