OpenVAS Scanner 21.4.1
nasl_http.h
Go to the documentation of this file.
1/* Based on work Copyright (C) 2002 - 2003 Michel Arboi and Renaud Deraison
2 *
3 * SPDX-License-Identifier: GPL-2.0-only
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * version 2 as published by the Free Software Foundation.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
17 */
18
19#ifndef NASL_HTTP_H
20#define NASL_HTTP_H
21
22#include "nasl_lex_ctxt.h"
23
26
29
32
35
38
41
44
47
50
53
56
59
60#endif
tree_cell * http_post(lex_ctxt *)
Definition: nasl_http.c:222
tree_cell * cgibin(lex_ctxt *)
Definition: nasl_http.c:248
tree_cell * nasl_http_recv_headers(lex_ctxt *)
tree_cell * http_delete(lex_ctxt *)
Definition: nasl_http.c:231
tree_cell * http_close_socket(lex_ctxt *)
Definition: nasl_http.c:53
tree_cell * http_get(lex_ctxt *)
Definition: nasl_http.c:200
tree_cell * nasl_is_cgi_installed(lex_ctxt *)
tree_cell * http_open_socket(lex_ctxt *)
Definition: nasl_http.c:47
tree_cell * http_put(lex_ctxt *)
Definition: nasl_http.c:240
tree_cell * http_head(lex_ctxt *)
Definition: nasl_http.c:212
tree_cell * nasl_http_keepalive_send_recv(lex_ctxt *)
tree_cell * nasl_http_share_exists(lex_ctxt *)
Definition: nasl_tree.h:105
Definition: nasl_lex_ctxt.h:34