I\'m using Alamofire for my Rest (POST) request and getting JSON response seamlessly. But i can access only response body. I want to get response headers. Isn\'t it possible
As response is of NSHTTPURLResponse type, you should be able to get the headers as followed:
NSHTTPURLResponse
response.allHeaderFields