apr_hdtr_t Struct Reference
[Network Routines]

#include <apr_network_io.h>


Data Fields

iovec * headers
int numheaders
iovec * trailers
int numtrailers


Detailed Description

A structure to encapsulate headers and trailers for apr_socket_sendfile


Field Documentation

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

struct iovec* apr_hdtr_t::trailers

An iovec to store the trailers sent after the file.

int apr_hdtr_t::numtrailers

number of trailers in the iovec


The documentation for this struct was generated from the following file:
Generated on Wed Dec 27 10:35:04 2006 for Apache Portable Runtime by  doxygen 1.5.1