#include <apr_network_io.h>
Data Fields | |
| iovec * | headers |
| int | numheaders |
| iovec * | trailers |
| int | numtrailers |
|
|
An iovec to store the headers sent before the file. |
|
|
number of headers in the iovec |
|
|
number of trailers in the iovec |
|
|
An iovec to store the trailers sent after the file. |
1.3.9.1