/headers/Foundation/NSHTTPURLRequestParameters.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 #import "NSCodingProtocol.h"
00010 #import "NSCopyingProtocol.h"
00011 #import "NSMutableCopyingProtocol.h"
00012 
00013 @class NSArray, NSData, NSMutableDictionary, NSString, _NSHTTPBodyStreamWrapper;
00014 
00015 @interface NSHTTPURLRequestParameters : NSObject <NSCoding, NSCopying, NSMutableCopying>
00016 {
00017     NSString *method;
00018     NSMutableDictionary *fields;
00019     NSArray *extraCookies;
00020     NSData *data;
00021     _NSHTTPBodyStreamWrapper *bodyStreamWrapper;
00022     unsigned int pageNotFoundCacheLifetime;
00023     BOOL shouldHandleCookies;
00024     BOOL _pad1;
00025     BOOL _pad2;
00026     BOOL _pad3;
00027 }
00028 
00029 - (id)init;
00030 - (id)initWithCoder:(id)fp8;
00031 - (void)encodeWithCoder:(id)fp8;
00032 - (id)copyWithZone:(struct _NSZone *)fp8;
00033 - (id)mutableCopyWithZone:(struct _NSZone *)fp8;
00034 - (void)dealloc;
00035 - (unsigned int)hash;
00036 - (BOOL)isEqual:(id)fp8;
00037 - (id)description;
00038 
00039 @end
00040