GNU libmicrohttpd 1.0.1
|
#include </home/lkp/rpmbuild/BUILD/libmicrohttpd-1.0.1/src/microhttpd/internal.h>
Data Fields | |
bool | use_reply_body_headers |
bool | send_reply_body |
bool | chunked |
Reply-specific properties.
Definition at line 1248 of file internal.h.
bool MHD_Reply_Properties::chunked |
Use chunked encoding for reply
Definition at line 1255 of file internal.h.
Referenced by build_connection_chunked_response_footer(), MHD_connection_handle_idle(), and MHD_connection_handle_write().
bool MHD_Reply_Properties::send_reply_body |
Send reply body (can be zero-sized)
Definition at line 1254 of file internal.h.
Referenced by MHD_connection_handle_idle(), MHD_connection_handle_write(), and try_ready_normal_body().
bool MHD_Reply_Properties::use_reply_body_headers |
Use reply body-specific headers
Definition at line 1253 of file internal.h.