API  1.0.0
CPJSONPConnection.h
Go to the documentation of this file.
1 
3 {
4  CPURLRequest _request;
5  id _delegate;
6 
7  CPString _callbackParameter;
8  DOMElement _scriptTag;
9 }
10 @end
An immutable string (collection of characters).
Definition: CPString.h:2
Allows cross domain connections using JSONP protocol.
Contains data obtained during a request made with CPURLConnection.
Definition: CPURLRequest.h:2