API  0.9.7
 All Classes Files Functions Variables Macros Groups Pages
CPURLRequest.h
Go to the documentation of this file.
1 
2 @interface CPURLRequest : CPObject
3 {
4  CPURL _URL;
5 
6  // FIXME: this should be CPData
7  CPString _HTTPBody;
8  CPString _HTTPMethod;
9  CPDictionary _HTTPHeaderFields;
10 }
11 @end