GME
13
|
#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 261 of file apr_network_io.h.
struct iovec* apr_hdtr_t::headers |
An iovec to store the headers sent before the file.
Definition at line 263 of file apr_network_io.h.
number of headers in the iovec
Definition at line 265 of file apr_network_io.h.
number of trailers in the iovec
Definition at line 269 of file apr_network_io.h.
struct iovec* apr_hdtr_t::trailers |
An iovec to store the trailers sent after the file.
Definition at line 267 of file apr_network_io.h.