![]() |
API
0.9.6
|
#import <CPHTTPURLResponse.h>
Inheritance diagram for CPHTTPURLResponse:Class Methods | |
| (CPDictionary) | + parseHTTPHeaders: |
Class Methods inherited from CPObject | |
| (BOOL) | + accessInstanceVariablesDirectly |
| (id) | + alloc |
| (id) | + allocWithCoder: |
| (BOOL) | + automaticallyNotifiesObserversForKey: |
| (Class) | + class |
| (void) | + exposeBinding: |
| (void) | + initialize |
| (IMP) | + instanceMethodForSelector: |
| (BOOL) | + instancesRespondToSelector: |
| (BOOL) | + isSubclassOfClass: |
| (CPSet) | + keyPathsForValuesAffectingValueForKey: |
| (void) | + load |
| (id) | + new |
| (void) | + setVersion: |
| (Class) | + superclass |
| (int) | + version |
Additional Inherited Members | |
Instance Variables inherited from CPObject | |
| Class | isa |
Represents the response to an http request.
Definition at line 2 of file CPHTTPURLResponse.h.
|
implementation |
Return the HTTP response headers.
Definition at line 121 of file CPURLResponse.j.
|
implementation |
Definition at line 78 of file CPURLResponse.j.
|
implementation |
Returns the HTTP status code.
Definition at line 108 of file CPURLResponse.j.