Methods for managing connections. More...
#include "internal.h"
Go to the source code of this file.
Functions | |
void | MHD_set_https_calbacks (struct MHD_Connection *connection) |
Methods for managing connections.
Definition in file connection_https.h.
void MHD_set_https_calbacks | ( | struct MHD_Connection * | connection | ) |
Set connection callback function to be used through out the processing of this secure connection.
Definition at line 302 of file connection_https.c.
References MHD_Connection::idle_handler, MHD_tls_connection_handle_idle(), MHD_tls_connection_handle_read(), MHD_tls_connection_handle_write(), MHD_Connection::read_handler, and MHD_Connection::write_handler.
Referenced by MHD_accept_connection().