FMHttpRequestCreatedArgs Class Reference

Inherits from NSObject
Declared in FM.h

Overview

Arguments passed into callbacks when an HTTP request is created.

– request

Gets the outgoing HTTP request about to be sent to the server.

- (NSMutableURLRequest *)request

Discussion

Gets the outgoing HTTP request about to be sent to the server.

Declared In

FM.h

– requestArgs

Gets the original request arguments.

- (FMHttpRequestArgs *)requestArgs

Discussion

Gets the original request arguments.

Declared In

FM.h

– sender

Gets the sender of the request, either a client or publisher.

- (NSObject *)sender

Discussion

Gets the sender of the request, either a client or publisher.

Declared In

FM.h

– setRequest:

Sets the outgoing HTTP request about to be sent to the server.

- (void)setRequest:(NSMutableURLRequest *)value

Discussion

Sets the outgoing HTTP request about to be sent to the server.

Declared In

FM.h

– setRequestArgs:

Sets the original request arguments.

- (void)setRequestArgs:(FMHttpRequestArgs *)value

Discussion

Sets the original request arguments.

Declared In

FM.h

– setSender:

Sets the sender of the request, either a client or publisher.

- (void)setSender:(NSObject *)value

Discussion

Sets the sender of the request, either a client or publisher.

Declared In

FM.h