org.rococoa.cocoa.foundation.categories
Interface NSHTTPURLRequest
- All Known Implementing Classes:
- NSMutableURLRequest, NSURLRequest
public interface NSHTTPURLRequest
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()