Set a data callback function.
Useful for debugging or extra verbosity.
- Note
- Set the callback before calling reverse_proxy_client_start_proxy().
- Parameters
-
| client | The reverse proxy client |
| callback | The status callback function that will be called when the status of the reverse proxy changes. |
| user_data | A pointer that will be passed to the callback function. |