VSSRequest() Category Reference

Declared in VSSRequest_Private.h

Overview

Extension for the properties which should not be completely public, but also can not be readonly due to necessities to change them in descendants.

  request

Underlying HTTP request.

@property (nonatomic, strong) NSURLRequest *request

Declared In

VSSRequest_Private.h

  response

Underlying HTTP service response.

@property (nonatomic, strong) NSHTTPURLResponse *response

Declared In

VSSRequest_Private.h

  error

Error object when some error happen or nil.

@property (nonatomic, strong) NSError *error

Declared In

VSSRequest_Private.h

  responseBody

Actual response body.

@property (nonatomic, strong) NSData *responseBody

Declared In

VSSRequest_Private.h