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

#include <md_http.h>

Public Attributes

md_http_request_treq
 
int status
 
apr_table_theaders
 
struct apr_bucket_brigadebody
 

Detailed Description

Definition at line 78 of file md_http.h.

Member Data Documentation

◆ body

struct apr_bucket_brigade* md_http_response_t::body

Definition at line 82 of file md_http.h.

◆ headers

apr_table_t* md_http_response_t::headers

Definition at line 81 of file md_http.h.

◆ req

md_http_request_t* md_http_response_t::req

Definition at line 79 of file md_http.h.

◆ status

int md_http_response_t::status

Definition at line 80 of file md_http.h.


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