ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Data Fields
hinfo_t Struct Reference

#include <web.h>

Data Fields

int type
 
char * filename
 
char * arg_ptr
 
char * args
 
uint16_t args_length
 
char * html_encoding
 
char * connection
 
char * content_type
 
uint16_t content_length
 
char * msg
 

Detailed Description

Definition at line 36 of file web.h.

Field Documentation

char* hinfo_t::arg_ptr

Definition at line 41 of file web.h.

Referenced by arg_name(), arg_value(), first_arg(), init_hinfo(), next_arg(), and process_args().

char* hinfo_t::args

Definition at line 42 of file web.h.

Referenced by arg_name(), arg_value(), first_arg(), init_hinfo(), next_arg(), and process_args().

uint16_t hinfo_t::args_length

Definition at line 43 of file web.h.

Referenced by arg_name(), arg_value(), init_hinfo(), next_arg(), and process_args().

char* hinfo_t::connection

Definition at line 45 of file web.h.

Referenced by init_hinfo(), and parse_http_request().

uint16_t hinfo_t::content_length

Definition at line 50 of file web.h.

Referenced by init_hinfo(), and parse_http_request().

char* hinfo_t::content_type

Definition at line 49 of file web.h.

Referenced by init_hinfo(), and parse_http_request().

char* hinfo_t::filename

Definition at line 40 of file web.h.

Referenced by init_hinfo(), and parse_http_request().

char* hinfo_t::html_encoding

Definition at line 44 of file web.h.

Referenced by init_hinfo(), and parse_http_request().

char* hinfo_t::msg

Definition at line 52 of file web.h.

Referenced by init_hinfo().

int hinfo_t::type

Definition at line 39 of file web.h.

Referenced by init_hinfo(), and parse_http_request().


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