GNU libmicrohttpd 0.9.5
MHD_ConnectionInfo Union Reference

#include <microhttpd.h>

Data Fields

int cipher_algorithm
int protocol
void * tls_session
void * client_cert
struct sockaddr * client_addr

Detailed Description

Information about a connection.

Definition at line 1525 of file microhttpd.h.


Field Documentation

Cipher algorithm used, of type "enum gnutls_cipher_algorithm".

Definition at line 1531 of file microhttpd.h.

Address information for the client.

Definition at line 1551 of file microhttpd.h.

GNUtls client certificate handle, of type "gnutls_x509_crt_t".

Definition at line 1546 of file microhttpd.h.

Protocol used, of type "enum gnutls_protocol".

Definition at line 1536 of file microhttpd.h.

GNUtls session handle, of type "gnutls_session_t".

Definition at line 1541 of file microhttpd.h.


The documentation for this union was generated from the following file: