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

#include <md_http.h>

Public Attributes

md_http_status_cbon_status
 
void * on_status_data
 
md_http_response_cbon_response
 
void * on_response_data
 

Detailed Description

Definition at line 43 of file md_http.h.

Member Data Documentation

◆ on_response

md_http_response_cb* md_http_callbacks_t::on_response

Definition at line 46 of file md_http.h.

◆ on_response_data

void* md_http_callbacks_t::on_response_data

Definition at line 47 of file md_http.h.

◆ on_status

md_http_status_cb* md_http_callbacks_t::on_status

Definition at line 44 of file md_http.h.

◆ on_status_data

void* md_http_callbacks_t::on_status_data

Definition at line 45 of file md_http.h.


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