Inherits from NSObject
Declared in UPURLResponse.h
UPURLResponse.m

Overview

The base response object for all HTTP requests.

Tasks

Properties

code

The HTTP status code of the response.

@property (nonatomic, readonly) NSInteger code

Discussion

The HTTP status code of the response.

Declared In

UPURLResponse.h

data

A dictionary with the contents of the response.

@property (nonatomic, readonly) NSDictionary *data

Discussion

A dictionary with the contents of the response.

Declared In

UPURLResponse.h

metadata

A dictinoary with the metadata of the response.

@property (nonatomic, readonly) NSDictionary *metadata

Discussion

A dictinoary with the metadata of the response.

Declared In

UPURLResponse.h

nextPageURL

The next page URL used in paginated responses.

@property (nonatomic, readonly) NSString *nextPageURL

Discussion

The next page URL used in paginated responses.

Declared In

UPURLResponse.h