Diffusion Apple API  6.4.10
Unified Client Library for iOS, tvOS and OS X / macOS
 All Classes Functions Variables Properties Pages
Class Methods | Properties | Instance Methods | List of all members
PTDiffusionHTTPResponse Class Reference
Inheritance diagram for PTDiffusionHTTPResponse:

Class Methods

(instancetype) + NS_UNAVAILABLE
 

Properties

NSInteger statusCode
 
NSString * reasonPhrase
 
NSDictionary< NSString
*, NSString * > * 
headers
 
NSData * bodyData
 

Instance Methods

(instancetype) - NS_UNAVAILABLE
 

Property Documentation

- (NSData*) bodyData
readnonatomicassign

Will be nil if there was no message body.

- (NSInteger) statusCode
readnonatomicassign

Status code as defined by RFC 2616, section 6.1.1.