Greenbone Security Assistant
Data Fields
cmd_response_data Struct Reference

Response information for commands. More...

Data Fields

gboolean allow_caching
 
int http_status_code
 

Whether the response may be cached.

More...
 
content_type_t content_type
 

HTTP status code.

More...
 
gchar * content_type_string
 

Content type. Default is text/html

More...
 
gsize content_length
 

Content type as string. Default is NULL.

More...
 
gchar * content_disposition
 

Content length of the response

More...
 

Detailed Description

Response information for commands.

Field Documentation

◆ allow_caching

gboolean cmd_response_data::allow_caching

◆ content_disposition

gchar* cmd_response_data::content_disposition

Content length of the response

◆ content_length

gsize cmd_response_data::content_length

Content type as string. Default is NULL.

◆ content_type

content_type_t cmd_response_data::content_type

HTTP status code.

◆ content_type_string

gchar* cmd_response_data::content_type_string

Content type. Default is text/html

◆ http_status_code

int cmd_response_data::http_status_code

Whether the response may be cached.


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