MIDAS
Loading...
Searching...
No Matches
mg_cgi_env_block Struct Reference
Collaboration diagram for mg_cgi_env_block:

Public Attributes

struct mg_connectionnc
 
char buf [MG_CGI_ENVIRONMENT_SIZE]
 
const charvars [MG_MAX_CGI_ENVIR_VARS]
 
int len
 
int nvars
 

Detailed Description

Definition at line 4240 of file mongoose6.cxx.

Member Data Documentation

◆ buf

char mg_cgi_env_block::buf[MG_CGI_ENVIRONMENT_SIZE]

Definition at line 4242 of file mongoose6.cxx.

◆ len

int mg_cgi_env_block::len

Definition at line 4244 of file mongoose6.cxx.

◆ nc

struct mg_connection* mg_cgi_env_block::nc

Definition at line 4241 of file mongoose6.cxx.

◆ nvars

int mg_cgi_env_block::nvars

Definition at line 4245 of file mongoose6.cxx.

◆ vars

const char* mg_cgi_env_block::vars[MG_MAX_CGI_ENVIR_VARS]

Definition at line 4243 of file mongoose6.cxx.


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