org.rococoa.cocoa.foundation.categories
Interface NSHTTPURLRequest

All Superinterfaces:
ObjCObject

public interface NSHTTPURLRequest
extends ObjCObject


Nested Class Summary
static interface NSHTTPURLRequest._static_
           
 
Method Summary
 NSDictionary allHTTPHeaderFields()
           
 NSData HTTPBody()
           
 NSInputStream HTTPBodyStream()
           
 NSString HTTPMethod()
           
 boolean HTTPShouldHandleCookies()
           
 NSString valueForHTTPHeaderField(NSString field)
           
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

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


Copyright © 2009. All Rights Reserved.