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

#include <md_http.h>

Public Attributes

md_http_init_cbinit
 
md_http_req_cleanup_cbreq_cleanup
 
md_http_perform_cbperform
 
md_http_multi_perform_cbmulti_perform
 
md_http_cleanup_cbcleanup
 

Detailed Description

Definition at line 254 of file md_http.h.

Member Data Documentation

◆ cleanup

md_http_cleanup_cb* md_http_impl_t::cleanup

Definition at line 259 of file md_http.h.

◆ init

md_http_init_cb* md_http_impl_t::init

Definition at line 255 of file md_http.h.

◆ multi_perform

md_http_multi_perform_cb* md_http_impl_t::multi_perform

Definition at line 258 of file md_http.h.

◆ perform

md_http_perform_cb* md_http_impl_t::perform

Definition at line 257 of file md_http.h.

◆ req_cleanup

md_http_req_cleanup_cb* md_http_impl_t::req_cleanup

Definition at line 256 of file md_http.h.


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