API  1.0.0
CPURLRequest(CPSynthesizedAccessors) Category Reference

Instance Methods

(CPDictionary- allHTTPHeaderFields
 
(CPURLRequestCachePolicy) - cachePolicy
 
(CPString- HTTPBody
 
(CPString- HTTPMethod
 
(void) - setHTTPBody:
 
(void) - setHTTPMethod:
 
(void) - setURL:
 
(void) - setWithCredentials:
 
(CPTimeInterval) - timeoutInterval
 
(CPURL- URL
 
(BOOL) - withCredentials
 

Detailed Description

Definition at line 209 of file CPURLRequest.j.

Method Documentation

◆ allHTTPHeaderFields()

- (CPDictionary) allHTTPHeaderFields
implementation

Synthesized accessor method.

Extends class CPURLRequest.

Definition at line 278 of file CPURLRequest.j.

◆ cachePolicy()

- (CPURLRequestCachePolicy) cachePolicy
implementation

Synthesized accessor method.

Extends class CPURLRequest.

Definition at line 294 of file CPURLRequest.j.

◆ HTTPBody()

- (CPString) HTTPBody
implementation

Synthesized accessor method.

Extends class CPURLRequest.

Definition at line 230 of file CPURLRequest.j.

◆ HTTPMethod()

- (CPString) HTTPMethod
implementation

Synthesized accessor method.

Extends class CPURLRequest.

Definition at line 246 of file CPURLRequest.j.

◆ setHTTPBody:()

- (void) setHTTPBody: (CPString aValue
implementation

Synthesized accessor method.

Extends class CPURLRequest.

Definition at line 238 of file CPURLRequest.j.

◆ setHTTPMethod:()

- (void) setHTTPMethod: (CPString aValue
implementation

Synthesized accessor method.

Extends class CPURLRequest.

Definition at line 254 of file CPURLRequest.j.

◆ setURL:()

- (void) setURL: (CPURL aURL
implementation

Synthesized accessor method.

Sets the URL for this request.

Parameters
aURLthe new URL

Extends class CPURLRequest.

Definition at line 222 of file CPURLRequest.j.

◆ setWithCredentials:()

- (void) setWithCredentials: (BOOL)  aValue
implementation

Synthesized accessor method.

Extends class CPURLRequest.

Definition at line 270 of file CPURLRequest.j.

◆ timeoutInterval()

- (CPTimeInterval) timeoutInterval
implementation

Synthesized accessor method.

Extends class CPURLRequest.

Definition at line 286 of file CPURLRequest.j.

◆ URL()

- (CPURL) URL
implementation

Synthesized accessor method.

Extends class CPURLRequest.

Definition at line 214 of file CPURLRequest.j.

◆ withCredentials()

- (BOOL) withCredentials
implementation

Synthesized accessor method.

Extends class CPURLRequest.

Definition at line 262 of file CPURLRequest.j.


The documentation for this category was generated from the following file: