34 #if defined(HAVE_STDBOOL_H) 44 #if defined(HAVE_SENDMSG) || defined(HAVE_WRITEV) || \ 45 defined(MHD_WINSOCK_SOCKETS) 46 #define MHD_VECT_SEND 1 102 bool complete_response);
104 #if defined(_MHD_HAVE_SENDFILE) bool MHD_connection_set_cork_state_(struct MHD_Connection *connection, bool cork_state)
Methods for managing connections.
bool MHD_connection_set_nodelay_state_(struct MHD_Connection *connection, bool nodelay_state)
ssize_t MHD_send_hdr_and_body_(struct MHD_Connection *connection, const char *header, size_t header_size, bool never_push_hdr, const char *body, size_t body_size, bool complete_response)
ssize_t MHD_send_data_(struct MHD_Connection *connection, const char *buffer, size_t buffer_size, bool push_data)
ssize_t MHD_send_iovec_(struct MHD_Connection *connection, struct MHD_iovec_track_ *const r_iov, bool push_data)
MHD internal shared structures.
void MHD_send_init_static_vars_(void)
Methods for managing connections.