Public Member Functions | Properties

OFHTTPRequestResult Class Reference

A class for storing the result of an HTTP request. More...

#import <OFHTTPRequest.h>

Inheritance diagram for OFHTTPRequestResult:
OFObject <OFObject>

List of all members.

Public Member Functions

(short) - statusCode
(OFDictionary *) - headers
(OFDataArray *) - data

Properties

short statusCode
OFDictionaryheaders
OFDataArraydata

Detailed Description

A class for storing the result of an HTTP request.


Member Function Documentation

- (OFDataArray*) data  
Returns:
The data returned for the HTTP request
- (OFDictionary*) headers  
Returns:
The HTTP headers of the result of the HTTP request
- (short) statusCode  
Returns:
The status code of the result of the HTTP request

The documentation for this class was generated from the following files:
 All Classes Functions Variables