Eu tenho um NSURLRequest simples:
[NSURLConnection sendAsynchronousRequest:myRequest queue:queue completionHandler:^(NSURLResponse *response, NSData *data, NSError *error) {
// do stuff with response if status is 200
}];
Como obtenho o código de status para ter certeza de que a solicitação foi ok?