FMLiveSwitchHttpRequestCreatedArgs Class Reference

Arguments passed into callbacks when an HTTP request is created. More...

Instance Methods

(instancetype) - init
 
(NSMutableURLRequest *) - request
 Gets the outgoing HTTP request about to be sent to the server. More...
 
(FMLiveSwitchHttpRequestArgs *) - requestArgs
 Gets the original request arguments. More...
 
(id- sender
 Gets the sender of the request, either a client or publisher. More...
 
(void) - setRequest:
 Sets the outgoing HTTP request about to be sent to the server. More...
 
(void) - setRequestArgs:
 Sets the original request arguments. More...
 
(void) - setSender:
 Sets the sender of the request, either a client or publisher. More...
 

Class Methods

(FMLiveSwitchHttpRequestCreatedArgs *) + httpRequestCreatedArgs
 

Detailed Description

Arguments passed into callbacks when an HTTP request is created.

Method Documentation

◆ httpRequestCreatedArgs

+ (FMLiveSwitchHttpRequestCreatedArgs*) httpRequestCreatedArgs

◆ init

- (instancetype) init

◆ request

- (NSMutableURLRequest*) request

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

◆ requestArgs

- (FMLiveSwitchHttpRequestArgs*) requestArgs

Gets the original request arguments.

◆ sender

- (id) sender

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

◆ setRequest:

- (void) setRequest: (NSMutableURLRequest *)  value

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

◆ setRequestArgs:

- (void) setRequestArgs: (FMLiveSwitchHttpRequestArgs *)  value

Sets the original request arguments.

◆ setSender:

- (void) setSender: (id value

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