Asynchronous Functions - C
Click one of the following functions for more information:
Callbacks
| Name | Syntax | Description |
|---|---|---|
| Request Callback | RequestCB | Called before a request is sent, allowing you to modify a request's URL and body. |
| Response Callback | ResponseCB | Called once at the end of a conversation when complete response is received. May not be called For “Push” conversation. |
| Response Body Buffer Callback | ResponseBodyBufferCB | Called on receiving portions of response body content for “Push” conversation |
| Response Header Buffer Callback | ResponseHeadersCB | Called once on receiving response headers for “Push” conversation. |

