30 @synthesize body = _body;
32 - (id)initWithHTTPURLResponse:(NSHTTPURLResponse *)URLResponse body:(
id)body
37 [
self setURLResponse:URLResponse];
43 - (id)initWithURLResponse:(NSURLResponse *)URLResponse body:(
id)body
45 if ([
URLResponse isKindOfClass:[NSHTTPURLResponse
class]])