GNU libmicrohttpd 0.9.77
|
#include </builddir/build/BUILD/libmicrohttpd-0.9.77/src/microhttpd/internal.h>
Data Fields | |
bool | set |
bool | use_reply_body_headers |
bool | send_reply_body |
bool | chunked |
Reply-specific properties.
Definition at line 900 of file internal.h.
bool MHD_Reply_Properties::chunked |
Use chunked encoding for reply
Definition at line 905 of file internal.h.
Referenced by build_connection_chunked_response_footer(), build_header_response(), MHD_connection_handle_idle(), MHD_connection_handle_write(), and setup_reply_properties().
bool MHD_Reply_Properties::send_reply_body |
Send reply body (can be zero-sized)
Definition at line 904 of file internal.h.
Referenced by build_header_response(), MHD_connection_handle_idle(), MHD_connection_handle_write(), setup_reply_properties(), and try_ready_normal_body().
bool MHD_Reply_Properties::set |
Indicates that other members are set and valid
Definition at line 902 of file internal.h.
Referenced by build_header_response(), and setup_reply_properties().
bool MHD_Reply_Properties::use_reply_body_headers |
Use reply body-specific headers
Definition at line 903 of file internal.h.
Referenced by build_header_response(), and setup_reply_properties().