NetSurf
|
Representation of an HTTP parameter. More...
Data Fields | |
http__item | base |
lwc_string * | name |
Parameter name. More... | |
lwc_string * | value |
Parameter value. More... | |
Representation of an HTTP parameter.
Definition at line 31 of file parameter.c.
http__item http_parameter::base |
Definition at line 32 of file parameter.c.
Referenced by http_parameter_list_find_item(), and http_parameter_list_iterate().
lwc_string* http_parameter::name |
Parameter name.
Definition at line 34 of file parameter.c.
Referenced by http__parse_parameter(), http_destroy_parameter(), http_parameter_list_find_item(), and http_parameter_list_iterate().
lwc_string* http_parameter::value |
Parameter value.
Definition at line 35 of file parameter.c.
Referenced by http__parse_parameter(), http_destroy_parameter(), http_parameter_list_find_item(), and http_parameter_list_iterate().