#include <microhttpd.h>
Data Fields | |
int | cipher_algorithm |
int | protocol |
void * | tls_session |
struct sockaddr_in * | client_addr |
Information about a connection.
Definition at line 1362 of file microhttpd.h.
Cipher algorithm used, of type "enum gnutls_cipher_algorithm".
Definition at line 1368 of file microhttpd.h.
struct sockaddr_in* MHD_ConnectionInfo::client_addr [read] |
Address information for the client.
Definition at line 1383 of file microhttpd.h.
Protocol used, of type "enum gnutls_protocol".
Definition at line 1373 of file microhttpd.h.
GNUtls session handle, of type "gnutls_session_t".
Definition at line 1378 of file microhttpd.h.