Apache HTTPD
Public Attributes | List of all members
apr_hdtr_t Struct Reference

#include <apr_network_io.h>

Public Attributes

struct iovecheaders
 
int numheaders
 
struct iovectrailers
 
int numtrailers
 

Detailed Description

A structure to encapsulate headers and trailers for apr_socket_sendfile

Definition at line 293 of file apr_network_io.h.

Member Data Documentation

◆ headers

struct iovec* apr_hdtr_t::headers

An iovec to store the headers sent before the file.

Definition at line 295 of file apr_network_io.h.

◆ numheaders

int apr_hdtr_t::numheaders

number of headers in the iovec

Definition at line 297 of file apr_network_io.h.

◆ numtrailers

int apr_hdtr_t::numtrailers

number of trailers in the iovec

Definition at line 301 of file apr_network_io.h.

◆ trailers

struct iovec* apr_hdtr_t::trailers

An iovec to store the trailers sent after the file.

Definition at line 299 of file apr_network_io.h.


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