ObjFW
|
A class for storing the result of an HTTP request. More...
#import <OFHTTPRequest.h>
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. |
A class for storing the result of an HTTP request.
- (OFDataArray*) data |
Returns the data received for the HTTP request.
Returns nil if storesData was set to NO.
- (OFDictionary*) headers |
Returns the headers of the result of the HTTP request.
- (short) statusCode |
Returns the state code of the result of the HTTP request.