<TRCConnectionRequestCreationOptions > Protocol Reference

Information required to create NSURLResponse. More...

Inheritance diagram for <TRCConnectionRequestCreationOptions >:

Properties

TRCRequestMethod method
 HTTP method string, like GET, POST, PUT, etc... See method (TRCRequest-p) More...
 
NSString * path
 Part of url, used to compose absolute url, or absolute url itself (if starts from http:// or https://). See path (TRCRequest-p) More...
 
NSDictionary * pathParameters
 Parameters used to compose absolute url. See TRCRequest.pathParameters More...
 
id body
 Request body object. See TRCRequest.requestBody More...
 
id< TRCRequestSerializer > serialization
 Serialization object, to transform body object into NSData. More...
 
NSDictionary * headers
 Custom headers to include into request, See TRCRequest.requestHeaders More...
 
NSDictionary * customProperties
 User-defined custom properties, which can be used by connections-in-the-middle. See TRCRequest.customProperties More...
 
id< TRCRequestrequestPostProcessor
 Please use this property only for requestPostProcessedFromRequest call. More...
 
TRCSerializerHttpQueryOptions queryOptions
 

Detailed Description

Information required to create NSURLResponse.

Property Documentation

◆ method

- (TRCRequestMethod TRCConnectionRequestCreationOptions) method
readwritenonatomicassign

HTTP method string, like GET, POST, PUT, etc... See method (TRCRequest-p)

◆ path

- (NSString* TRCConnectionRequestCreationOptions) path
readwritenonatomicstrong

Part of url, used to compose absolute url, or absolute url itself (if starts from http:// or https://). See path (TRCRequest-p)

◆ pathParameters

- (NSDictionary* TRCConnectionRequestCreationOptions) pathParameters
readwritenonatomicstrong

Parameters used to compose absolute url. See TRCRequest.pathParameters

◆ body

- (id TRCConnectionRequestCreationOptions) body
readwritenonatomicstrong

Request body object. See TRCRequest.requestBody

◆ serialization

- (id<TRCRequestSerializer> TRCConnectionRequestCreationOptions) serialization
readwritenonatomicassign

Serialization object, to transform body object into NSData.

◆ headers

- (NSDictionary* TRCConnectionRequestCreationOptions) headers
readwritenonatomicstrong

Custom headers to include into request, See TRCRequest.requestHeaders

◆ customProperties

- (NSDictionary* TRCConnectionRequestCreationOptions) customProperties
readwritenonatomicstrong

User-defined custom properties, which can be used by connections-in-the-middle. See TRCRequest.customProperties

◆ requestPostProcessor

- (id<TRCRequest> TRCConnectionRequestCreationOptions) requestPostProcessor
readwritenonatomicstrong

Please use this property only for requestPostProcessedFromRequest call.

◆ queryOptions

- (TRCSerializerHttpQueryOptions TRCConnectionRequestCreationOptions) queryOptions
readwritenonatomicassign