API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPHTTPURLResponse Class Reference

#import <CPHTTPURLResponse.h>

+ Inheritance diagram for CPHTTPURLResponse:

Instance Methods

(CPDictionary- allHeaderFields
 
(int) - statusCode
 
- Instance Methods inherited from CPURLResponse
(id) - initWithURL:
 
(CPURL- URL
 

Class Methods

(CPDictionary+ parseHTTPHeaders:
 

Detailed Description

Represents the response to an http request.

Definition at line 2 of file CPHTTPURLResponse.h.

Method Documentation

- (CPDictionary) allHeaderFields
implementation

Return the HTTP response headers.

Definition at line 121 of file CPURLResponse.j.

+ (CPDictionary) parseHTTPHeaders: (CPString headersString
implementation

Definition at line 78 of file CPURLResponse.j.

- (int) statusCode
implementation

Returns the HTTP status code.

Definition at line 108 of file CPURLResponse.j.


The documentation for this class was generated from the following files: