32#if defined(HAVE_STDBOOL_H)
42#ifdef MHD_LINUX_SOLARIS_SENDFILE
43#include <sys/sendfile.h>
45#if defined(HAVE_FREEBSD_SENDFILE) || defined(HAVE_DARWIN_SENDFILE)
47#include <sys/socket.h>
51#ifdef HAVE_SYS_PARAM_H
94#if defined(_MHD_HAVE_SENDFILE)
Methods for managing connections.
Methods for managing connections.
ssize_t MHD_send_on_connection_(struct MHD_Connection *connection, const char *buffer, size_t buffer_size, enum MHD_SendSocketOptions options)
ssize_t MHD_send_on_connection2_(struct MHD_Connection *connection, const char *header, size_t header_size, const char *buffer, size_t buffer_size)
internal shared structures