ObjFW
Public Member Functions | Properties
OFHTTPRequestResult Class Reference

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

#include <OFHTTPRequest.h>

Inheritance diagram for OFHTTPRequestResult:
OFObject <OFObject>

List of all members.

Public Member Functions

short statusCode ()
OFDictionaryheaders ()
OFDataArraydata ()

Properties

short statusCode
OFDictionaryheaders
OFDataArraydata

Detailed Description

A class for storing the result of an HTTP request.


Member Function Documentation

OFDataArray* OFHTTPRequestResult::data ( ) [virtual]
Returns:
The data returned for the HTTP request
OFDictionary* OFHTTPRequestResult::headers ( ) [virtual]
Returns:
The HTTP headers of the result of the HTTP request
short OFHTTPRequestResult::statusCode ( ) [virtual]
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