![]() |
API
0.9.7
|
#import <CPHTTPURLResponse.h>
Instance Methods | |
(CPDictionary) | - allHeaderFields |
(int) | - statusCode |
![]() | |
(id) | - initWithURL: |
(CPURL) | - URL |
Class Methods | |
(CPDictionary) | + parseHTTPHeaders: |
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.