OpenVAS Scanner 23.23.1
nasl_http2.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_HTTP2_H
9#define NASL_NASL_HTTP2_H
10
11#include "nasl_lex_ctxt.h"
12
15
18
21
24
27
30
33
36
39
40#endif
tree_cell * nasl_http2_get(lex_ctxt *)
Wrapper function for GET request. See @_http2_req.
Definition nasl_http2.c:525
tree_cell * nasl_http2_put(lex_ctxt *)
Wrapper function for PUT request. See @_http2_req.
Definition nasl_http2.c:557
tree_cell * nasl_http2_post(lex_ctxt *)
Wrapper function for POST request. See @_http2_req.
Definition nasl_http2.c:541
tree_cell * nasl_http2_set_custom_header(lex_ctxt *)
Set a custom header element in the header.
Definition nasl_http2.c:482
tree_cell * nasl_http2_handle(lex_ctxt *)
Creates a handle for http requests.
Definition nasl_http2.c:84
tree_cell * nasl_http2_close_handle(lex_ctxt *)
Close a handle for http requests previously initialized.
Definition nasl_http2.c:129
tree_cell * nasl_http2_delete(lex_ctxt *)
Wrapper function for DELETE request. See @_http2_req.
Definition nasl_http2.c:549
tree_cell * nasl_http2_head(lex_ctxt *)
Wrapper function for HEAD request. See @_http2_req.
Definition nasl_http2.c:533
tree_cell * nasl_http2_get_response_code(lex_ctxt *)
Get the http response code after performing a HTTP request.
Definition nasl_http2.c:436
struct struct_lex_ctxt lex_ctxt
struct TC tree_cell