GME  13
Public Attributes
apr_hdtr_t Struct Reference

#include <apr_network_io.h>

Collaboration diagram for apr_hdtr_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

struct iovec * headers
int numheaders
struct iovec * trailers
int numtrailers

Detailed Description

A structure to encapsulate headers and trailers for apr_socket_sendfile

Definition at line 261 of file apr_network_io.h.


Member Data Documentation

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.


The documentation for this struct was generated from the following file: