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

#include <mod_dav.h>

Public Attributes

dav_error *(* dav_header )(request_rec *r, const dav_resource *resource, apr_text_header *phdr)
 
dav_error *(* dav_method )(request_rec *r, const dav_resource *resource, apr_text_header *phdr)
 
void * ctx
 

Detailed Description

Definition at line 2622 of file mod_dav.h.

Member Data Documentation

◆ ctx

void* dav_options_provider::ctx

Definition at line 2632 of file mod_dav.h.

◆ dav_header

dav_error *(* dav_options_provider::dav_header) (request_rec *r, const dav_resource *resource, apr_text_header *phdr)

Definition at line 2624 of file mod_dav.h.

◆ dav_method

dav_error *(* dav_options_provider::dav_method) (request_rec *r, const dav_resource *resource, apr_text_header *phdr)

Definition at line 2628 of file mod_dav.h.


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