ObjFW
Public Member Functions
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
 Returns the state code of the result of the HTTP request.
(OFDictionary *) - headers
 Returns the headers of the result of the HTTP request.
(OFDataArray *) - data
 Returns the data received for the HTTP request.

Detailed Description

A class for storing the result of an HTTP request.


Member Function Documentation

- (OFDataArray*) data

Returns the data received for the HTTP request.

Returns nil if storesData was set to NO.

Returns:
The data received for the HTTP request
- (OFDictionary*) headers

Returns the headers of the result of the HTTP request.

Returns:
The headers of the result of the HTTP request
- (short) statusCode

Returns the state code of the result of the HTTP request.

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 Properties