Greenbone Security Assistant
|
Response information for commands. More...
Data Fields | |
gboolean | allow_caching |
int | http_status_code |
More... | |
content_type_t | content_type |
More... | |
gchar * | content_type_string |
More... | |
gsize | content_length |
More... | |
gchar * | content_disposition |
More... | |
Response information for commands.
gboolean cmd_response_data::allow_caching |
gchar* cmd_response_data::content_disposition |
Content length of the response
gsize cmd_response_data::content_length |
Content type as string. Default is NULL.
content_type_t cmd_response_data::content_type |
HTTP status code.
gchar* cmd_response_data::content_type_string |
Content type. Default is text/html
int cmd_response_data::http_status_code |
Whether the response may be cached.