diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-10 05:08:34 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-10 05:08:34 -0800 |
commit | 4825f34a31a3f6d936e3c7937df1db4f6d1a55e2 (patch) | |
tree | c7bc0706eb74d4c52c850850e23dcc2558708538 /iPhonePrivate.h | |
parent | ac6cafab02abf2ad3424dc65ea9a500055f5f98e (diff) |
Support the iOS 3.2 SDK.v1.1.0%b4
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r-- | iPhonePrivate.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h index d3fc741..e9df918 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -151,6 +151,10 @@ typedef enum { // }}} // @interface NS* (*) {{{ +@interface NSMutableURLRequest (Apple) +- (void) setHTTPShouldUsePipelining:(BOOL)pipelining; +@end + @interface NSString (Apple) - (NSString *) stringByAddingPercentEscapes; - (NSString *) stringByReplacingCharacter:(UniChar)from withCharacter:(UniChar)to; |