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_in * client_addr

Detailed Description

Information about a connection.

Definition at line 1522 of file microhttpd.h.


Field Documentation

Cipher algorithm used, of type "enum gnutls_cipher_algorithm".

Definition at line 1528 of file microhttpd.h.

struct sockaddr_in* MHD_ConnectionInfo::client_addr

Address information for the client.

Definition at line 1548 of file microhttpd.h.

GNUtls client certificate handle, of type "gnutls_x509_crt_t".

Definition at line 1543 of file microhttpd.h.

Protocol used, of type "enum gnutls_protocol".

Definition at line 1533 of file microhttpd.h.

GNUtls session handle, of type "gnutls_session_t".

Definition at line 1538 of file microhttpd.h.


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