GNU libmicrohttpd 1.0.1
Loading...
Searching...
No Matches
MHD_Reply_Properties Struct Reference

#include </builddir/build/BUILD/libmicrohttpd-1.0.1-build/libmicrohttpd-1.0.1/src/microhttpd/internal.h>

Data Fields

bool use_reply_body_headers
 
bool send_reply_body
 
bool chunked
 

Detailed Description

Reply-specific properties.

Definition at line 1248 of file internal.h.

Field Documentation

◆ chunked

bool MHD_Reply_Properties::chunked

◆ send_reply_body

bool MHD_Reply_Properties::send_reply_body

Send reply body (can be zero-sized)

Definition at line 1254 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().

◆ use_reply_body_headers

bool MHD_Reply_Properties::use_reply_body_headers

Use reply body-specific headers

Definition at line 1253 of file internal.h.

Referenced by build_header_response(), check_connection_reply(), and setup_reply_properties().


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