org.rococoa.cocoa.foundation.categories
Interface NSHTTPURLRequest

All Known Implementing Classes:
NSMutableURLRequest, NSURLRequest

public interface NSHTTPURLRequest


Nested Class Summary
static interface NSHTTPURLRequest._static_
           
 
Method Summary
 NSDictionary allHTTPHeaderFields()
           
 NSData HTTPBody()
           
 NSInputStream HTTPBodyStream()
           
 NSString HTTPMethod()
           
 boolean HTTPShouldHandleCookies()
           
 NSString valueForHTTPHeaderField(NSString field)
           
 

Method Detail

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()