FMHttpSendFinishArgs Class Reference

Inherits from NSObject
Declared in FM.h

Overview

Arguments for .

– requestBinaryContent

Gets the binary content of the request.

- (NSMutableData *)requestBinaryContent

Discussion

Gets the binary content of the request.

Declared In

FM.h

– requestTextContent

Gets the text content of the request.

- (NSString *)requestTextContent

Discussion

Gets the text content of the request.

Declared In

FM.h

– responseBinaryContent

Gets the binary content of the response.

- (NSMutableData *)responseBinaryContent

Discussion

Gets the binary content of the response.

Declared In

FM.h

– responseHeaders

Gets the headers of the response.

- (FMNameValueCollection *)responseHeaders

Discussion

Gets the headers of the response.

Declared In

FM.h

– responseTextContent

Gets the binary content of the response.

- (NSString *)responseTextContent

Discussion

Gets the binary content of the response.

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