Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
http_message Struct Reference

#include <rcdaq/blob/master/mongoose.h>

+ Collaboration diagram for http_message:

Public Attributes

struct mg_str message
 
struct mg_str method
 
struct mg_str uri
 
struct mg_str proto
 
int resp_code
 
struct mg_str resp_status_msg
 
struct mg_str query_string
 
struct mg_str header_names [MG_MAX_HTTP_HEADERS]
 
struct mg_str header_values [MG_MAX_HTTP_HEADERS]
 
struct mg_str body
 

Detailed Description

Definition at line 2076 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2076 of file mongoose.h

Member Data Documentation

struct mg_str http_message::body

Definition at line 2103 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2103 of file mongoose.h

Referenced by mg_handle_cgi(), mg_handle_chunked(), mg_handle_mkcol(), mg_handle_put(), mg_http_handler(), mg_http_parse_headers(), and mg_parse_http().

struct mg_str http_message::header_names[MG_MAX_HTTP_HEADERS]

Definition at line 2099 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2099 of file mongoose.h

Referenced by mg_get_http_header(), mg_http_handler(), mg_http_parse_headers(), and mg_prepare_cgi_environment().

struct mg_str http_message::header_values[MG_MAX_HTTP_HEADERS]

Definition at line 2100 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2100 of file mongoose.h

Referenced by mg_get_http_header(), mg_http_handler(), mg_http_parse_headers(), and mg_prepare_cgi_environment().

struct mg_str http_message::message

Definition at line 2077 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2077 of file mongoose.h

Referenced by mg_handle_cgi(), mg_handle_chunked(), mg_handle_put(), mg_http_handler(), mg_http_parse_headers(), and mg_parse_http().

struct mg_str http_message::method
struct mg_str http_message::proto

Definition at line 2082 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2082 of file mongoose.h

Referenced by mg_http_send_file2(), mg_http_send_port_based_redirect(), mg_parse_http(), and mg_serve_http().

struct mg_str http_message::query_string

Definition at line 2096 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2096 of file mongoose.h

Referenced by mg_http_check_digest_auth(), mg_parse_http(), and mg_prepare_cgi_environment().

int http_message::resp_code

Definition at line 2085 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2085 of file mongoose.h

Referenced by mg_parse_http().

struct mg_str http_message::resp_status_msg

Definition at line 2086 of file mongoose.h.

View newest version in sPHENIX GitHub at line 2086 of file mongoose.h

Referenced by mg_parse_http().


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