OpenVAS Scanner 23.23.1
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:203
tree_cell * cgibin(lex_ctxt *)
Definition nasl_http.c:229
tree_cell * nasl_http_recv_headers(lex_ctxt *)
tree_cell * http_delete(lex_ctxt *)
Definition nasl_http.c:212
tree_cell * http_close_socket(lex_ctxt *)
Definition nasl_http.c:41
tree_cell * http_get(lex_ctxt *)
Definition nasl_http.c:181
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:221
tree_cell * http_head(lex_ctxt *)
Definition nasl_http.c:193
tree_cell * nasl_http_keepalive_send_recv(lex_ctxt *)
tree_cell * nasl_http_share_exists(lex_ctxt *)
struct struct_lex_ctxt lex_ctxt
struct TC tree_cell