AlamofireObjectMapper icon indicating copy to clipboard operation
AlamofireObjectMapper copied to clipboard

Support for 204/205 response HTTP status code?

Open chadpod opened this issue 7 years ago • 2 comments

The default AlamoFire response handlers don't error out when encountering an empty response body and a 204 (or 205 status code). Does AlamofireObjectMapper handle this differently for some reason (it seems to error out with 'ObjectMapper failed to serialize response.')? Here is an Issue that touches on how they handle it:

https://github.com/Alamofire/Alamofire/issues/1813

chadpod avatar Feb 01 '17 01:02 chadpod