|
Apache Portable Runtime
|
#include <apr_network_io.h>
Data Fields | |
| struct iovec * | headers |
| int | numheaders |
| struct iovec * | trailers |
| int | numtrailers |
A structure to encapsulate headers and trailers for apr_socket_sendfile
| struct iovec* apr_hdtr_t::headers |
An iovec to store the headers sent before the file.
| int apr_hdtr_t::numheaders |
number of headers in the iovec
| int apr_hdtr_t::numtrailers |
number of trailers in the iovec
| struct iovec* apr_hdtr_t::trailers |
An iovec to store the trailers sent after the file.
1.8.10