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 
13 tree_cell *
15 
16 tree_cell *
18 
19 tree_cell *
20 http_get (lex_ctxt *);
21 
22 tree_cell *
24 
25 tree_cell *
27 
28 tree_cell *
30 
31 tree_cell *
32 http_put (lex_ctxt *);
33 
34 tree_cell *
36 
37 tree_cell *
38 cgibin (lex_ctxt *);
39 
40 tree_cell *
42 
43 tree_cell *
45 
46 tree_cell *
48 
49 #endif
http_get
tree_cell * http_get(lex_ctxt *)
Definition: nasl_http.c:176
http_close_socket
tree_cell * http_close_socket(lex_ctxt *)
Definition: nasl_http.c:41
http_open_socket
tree_cell * http_open_socket(lex_ctxt *)
Definition: nasl_http.c:35
nasl_http_keepalive_send_recv
tree_cell * nasl_http_keepalive_send_recv(lex_ctxt *)
http_put
tree_cell * http_put(lex_ctxt *)
Definition: nasl_http.c:216
cgibin
tree_cell * cgibin(lex_ctxt *)
Definition: nasl_http.c:224
nasl_lex_ctxt.h
http_delete
tree_cell * http_delete(lex_ctxt *)
Definition: nasl_http.c:207
TC
Definition: nasl_tree.h:94
struct_lex_ctxt
Definition: nasl_lex_ctxt.h:23
http_head
tree_cell * http_head(lex_ctxt *)
Definition: nasl_http.c:188
http_post
tree_cell * http_post(lex_ctxt *)
Definition: nasl_http.c:198
nasl_is_cgi_installed
tree_cell * nasl_is_cgi_installed(lex_ctxt *)
nasl_http_share_exists
tree_cell * nasl_http_share_exists(lex_ctxt *)
nasl_http_recv_headers
tree_cell * nasl_http_recv_headers(lex_ctxt *)