OpenVAS Scanner 22.7.9
nasl_http.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Greenbone AG
2 * SPDX-FileCopyrightText: 2002-2003 Michel Arboi
3 * SPDX-FileCopyrightText: 2002-2003 Renaud Deraison
4 *
5 * SPDX-License-Identifier: GPL-2.0-only
6 */
7
8#ifndef NASL_NASL_HTTP_H
9#define NASL_NASL_HTTP_H
10
11#include "nasl_lex_ctxt.h"
12
15
18
21
24
27
30
33
36
39
42
45
48
49#endif
tree_cell * http_post(lex_ctxt *)
Definition: nasl_http.c:198
tree_cell * cgibin(lex_ctxt *)
Definition: nasl_http.c:224
tree_cell * nasl_http_recv_headers(lex_ctxt *)
tree_cell * http_delete(lex_ctxt *)
Definition: nasl_http.c:207
tree_cell * http_close_socket(lex_ctxt *)
Definition: nasl_http.c:41
tree_cell * http_get(lex_ctxt *)
Definition: nasl_http.c:176
tree_cell * nasl_is_cgi_installed(lex_ctxt *)
tree_cell * http_open_socket(lex_ctxt *)
Definition: nasl_http.c:35
tree_cell * http_put(lex_ctxt *)
Definition: nasl_http.c:216
tree_cell * http_head(lex_ctxt *)
Definition: nasl_http.c:188
tree_cell * nasl_http_keepalive_send_recv(lex_ctxt *)
tree_cell * nasl_http_share_exists(lex_ctxt *)
Definition: nasl_tree.h:94