Bada Question:
Download Questions PDF

How to enable HTTP chunked mode?

Bada Interview Question
Bada Interview Question

Answer:

1. Add a header field to a request header for "Transfer-Encoding", set the value to "chunked".
2. Use the HttpTransaction::EnableTransactionReadyToWrite() method.
3. Implement the OnTransactionReadyToWrite() method to send more chunks. An empty chunk is considered to be the last chunk.

Download Bada Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me can we use the local loopback (127.0.0.1)?Explain what are the different HTTP session modes?