appendPostData: method

Adds data to the post body.

Syntax

- ( void ) appendPostData : ( NSData * ) data

Remarks

Will append to postBody when shouldStreamPostDataFromDisk is false, or write to postBodyWriteStream when true