FMHttpResponseReceivedArgs Class Reference

Inherits from NSObject
Declared in FM.h

Overview

Arguments passed into callbacks when an HTTP response is received.

– requestArgs

Gets the original request arguments.

- (FMHttpRequestArgs *)requestArgs

Discussion

Gets the original request arguments.

Declared In

FM.h

– response

Gets the incoming HTTP response received from the server.

- (NSURLResponse *)response

Discussion

Gets the incoming HTTP response received from the server.

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

– setRequestArgs:

Sets the original request arguments.

- (void)setRequestArgs:(FMHttpRequestArgs *)value

Discussion

Sets the original request arguments.

Declared In

FM.h

– setResponse:

Sets the incoming HTTP response received from the server.

- (void)setResponse:(NSURLResponse *)value

Discussion

Sets the incoming HTTP response received from the server.

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