API  1.0.0
CPHTTPURLResponse.h
Go to the documentation of this file.
1 
3 {
4  int _statusCode;
5  CPString _allResponseHeaders;
6  CPDictionary _responseHeaders;
7 }
8 @end
A mutable key-value pair collection.
Definition: CPDictionary.h:2
An immutable string (collection of characters).
Definition: CPString.h:2
Protocol agnostic information about a request to a specific URL.
Definition: CPURLResponse.h:2