<TRCResponseInfo> Protocol Reference

Additional information about response. More...

Inheritance diagram for <TRCResponseInfo>:

Instance Methods

(NSHTTPURLResponse *) - response
 Response info which includes: More...
 
(NSData *) - responseData
 Response body in NSData representation. More...
 

Detailed Description

Additional information about response.

Method Documentation

◆ response()

- (NSHTTPURLResponse *) response

Response info which includes:

  • all HTTP headers
  • HTTP status code

◆ responseData()

- (NSData *) responseData

Response body in NSData representation.