NetSurf
Data Fields
http_challenge Struct Reference

Representation of an HTTP challenge. More...

Collaboration diagram for http_challenge:
[legend]

Data Fields

http__item base
 
lwc_string * scheme
 Challenge scheme. More...
 
http_parameterparams
 Challenge parameters. More...
 

Detailed Description

Representation of an HTTP challenge.

Definition at line 31 of file challenge.c.

Field Documentation

◆ base

http__item http_challenge::base

Definition at line 32 of file challenge.c.

Referenced by http_challenge_list_iterate().

◆ params

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().

◆ scheme

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().


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