I have developed an application for Http Request and Response in Tizen. I am successfully able to post and get the response.(Checked Body length). The response which I got is in ByteBuffer.
ByteBuffer* pBuffer = pHttpResponse->ReadBodyN();
I am little poor in type casting. I want this ByteBuffer converted into a string so that I can set in the Label.