|
Apache HTTPD
|
#include <apr_network_io.h>
Public Attributes | |
| struct iovec * | headers |
| int | numheaders |
| struct iovec * | trailers |
| int | numtrailers |
A structure to encapsulate headers and trailers for apr_socket_sendfile
Definition at line 293 of file apr_network_io.h.
An iovec to store the headers sent before the file.
Definition at line 295 of file apr_network_io.h.
| int apr_hdtr_t::numheaders |
number of headers in the iovec
Definition at line 297 of file apr_network_io.h.
| int apr_hdtr_t::numtrailers |
number of trailers in the iovec
Definition at line 301 of file apr_network_io.h.
An iovec to store the trailers sent after the file.
Definition at line 299 of file apr_network_io.h.