API 0.9.5
Foundation/CPURLRequest.h
Go to the documentation of this file.
00001 
00002 @interface CPURLRequest : CPObject
00003 {
00004     CPURL       _URL;
00005 
00006     // FIXME: this should be CPData
00007     CPString        _HTTPBody;
00008     CPString        _HTTPMethod;
00009     CPDictionary    _HTTPHeaderFields;
00010 }
00011 @end
 All Classes Files Functions Variables Defines