appendPostData: method

Adds data to the post body.

Syntax

- ( void ) appendPostData : ( NSData * ) data

Usage

It appends to post body when shouldStreamPostDataFromDisk is false, or write to postBodyWriteStream when true.