org.rococoa.cocoa.foundation.categories
Interface NSHTTPURLRequest
- All Superinterfaces:
- ObjCObject
public interface NSHTTPURLRequest
- extends ObjCObject
HTTPMethod
NSString HTTPMethod()
allHTTPHeaderFields
NSDictionary allHTTPHeaderFields()
valueForHTTPHeaderField
NSString valueForHTTPHeaderField(NSString field)
- Parameters:
field
- the header field name to use for the lookup
(case-insensitive).
HTTPBody
NSData HTTPBody()
HTTPBodyStream
NSInputStream HTTPBodyStream()
HTTPShouldHandleCookies
boolean HTTPShouldHandleCookies()
Copyright © 2009. All Rights Reserved.