|
NetSurf
|
Representation of an HTTP challenge. More...
Data Fields | |
| http__item | base |
| lwc_string * | scheme |
| Challenge scheme. More... | |
| http_parameter * | params |
| Challenge parameters. More... | |
Representation of an HTTP challenge.
Definition at line 31 of file challenge.c.
| http__item http_challenge::base |
Definition at line 32 of file challenge.c.
Referenced by http_challenge_list_iterate().
| http_parameter* http_challenge::params |
Challenge parameters.
Definition at line 35 of file challenge.c.
Referenced by http_challenge_list_iterate(), and http_destroy_challenge().
| lwc_string* http_challenge::scheme |
Challenge scheme.
Definition at line 34 of file challenge.c.
Referenced by http_challenge_list_iterate(), and http_destroy_challenge().