Greenbone Security Assistant
Data Fields
gsad_connection_info Struct Reference

Connection information. More...

#include <gsad_http.h>

Data Fields

struct MHD_PostProcessor * postprocessor
 POST processor. More...
 
params_tparams
 Request parameters. More...
 
char * cookie
 Value of SID cookie param. More...
 
char * language
 Language code e.g. en. More...
 
int connectiontype
 1=POST, 2=GET. More...
 
gchar * redirect
 Redirect URL. More...
 

Detailed Description

Connection information.

These objects are used to hold connection information during the multiple calls of the request handler that refer to the same request.

Once a request is finished, the object will be free'd.

Field Documentation

◆ connectiontype

int gsad_connection_info::connectiontype

1=POST, 2=GET.

◆ cookie

char* gsad_connection_info::cookie

Value of SID cookie param.

◆ language

char* gsad_connection_info::language

Language code e.g. en.

◆ params

params_t* gsad_connection_info::params

Request parameters.

◆ postprocessor

struct MHD_PostProcessor* gsad_connection_info::postprocessor

POST processor.

◆ redirect

gchar* gsad_connection_info::redirect

Redirect URL.


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