Greenbone Security Assistant
gsad_content_type.h
Go to the documentation of this file.
1 /* Copyright (C) 2016-2021 Greenbone Networks GmbH
2  *
3  * SPDX-License-Identifier: AGPL-3.0-or-later
4  *
5  * This program is free software: you can redistribute it and/or modify
6  * it under the terms of the GNU Affero General Public License as
7  * published by the Free Software Foundation, either version 3 of the
8  * License, or (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU Affero General Public License for more details.
14  *
15  * You should have received a copy of the GNU Affero General Public License
16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
17  */
18 
24 #ifndef _GSAD_CONTENT_TYPE_H
25 #define _GSAD_CONTENT_TYPE_H
26 
31 {
51 };
52 
53 typedef enum content_type content_type_t;
54 
55 #endif /* _GSAD_CONTENT_TYPE_H */
content_type
Content types.
Definition: gsad_content_type.h:31
@ GSAD_CONTENT_TYPE_IMAGE_GIF
Definition: gsad_content_type.h:49
@ GSAD_CONTENT_TYPE_TEXT_CSS
Definition: gsad_content_type.h:43
@ GSAD_CONTENT_TYPE_OCTET_STREAM
Definition: gsad_content_type.h:47
@ GSAD_CONTENT_TYPE_IMAGE_SVG
Definition: gsad_content_type.h:48
@ GSAD_CONTENT_TYPE_TEXT_PLAIN
Definition: gsad_content_type.h:46
@ GSAD_CONTENT_TYPE_APP_JSON
Definition: gsad_content_type.h:50
@ GSAD_CONTENT_TYPE_APP_PDF
Definition: gsad_content_type.h:37
@ GSAD_CONTENT_TYPE_TEXT_JS
Definition: gsad_content_type.h:45
@ GSAD_CONTENT_TYPE_APP_XML
Definition: gsad_content_type.h:39
@ GSAD_CONTENT_TYPE_APP_NBE
Definition: gsad_content_type.h:36
@ GSAD_CONTENT_TYPE_DONE
Special marker.
Definition: gsad_content_type.h:40
@ GSAD_CONTENT_TYPE_APP_XHTML
Definition: gsad_content_type.h:34
@ GSAD_CONTENT_TYPE_APP_KEY
Definition: gsad_content_type.h:35
@ GSAD_CONTENT_TYPE_APP_RPM
Definition: gsad_content_type.h:38
@ GSAD_CONTENT_TYPE_STRING
Special marker for using content type string.
Definition: gsad_content_type.h:41
@ GSAD_CONTENT_TYPE_TEXT_HTML
Definition: gsad_content_type.h:44
@ GSAD_CONTENT_TYPE_APP_DEB
Definition: gsad_content_type.h:32
@ GSAD_CONTENT_TYPE_APP_EXE
Definition: gsad_content_type.h:33
@ GSAD_CONTENT_TYPE_IMAGE_PNG
Definition: gsad_content_type.h:42
enum content_type content_type_t
Definition: gsad_content_type.h:53