|
OpenVAS Scanner 23.23.1
|
#include "nasl_lex_ctxt.h"Go to the source code of this file.
Functions | |
| tree_cell * | nasl_http2_handle (lex_ctxt *) |
| Creates a handle for http requests. | |
| tree_cell * | nasl_http2_close_handle (lex_ctxt *) |
| Close a handle for http requests previously initialized. | |
| tree_cell * | nasl_http2_get_response_code (lex_ctxt *) |
| Get the http response code after performing a HTTP request. | |
| tree_cell * | nasl_http2_set_custom_header (lex_ctxt *) |
| Set a custom header element in the header. | |
| tree_cell * | nasl_http2_get (lex_ctxt *) |
| Wrapper function for GET request. See @_http2_req. | |
| tree_cell * | nasl_http2_head (lex_ctxt *) |
| Wrapper function for HEAD request. See @_http2_req. | |
| tree_cell * | nasl_http2_post (lex_ctxt *) |
| Wrapper function for POST request. See @_http2_req. | |
| tree_cell * | nasl_http2_delete (lex_ctxt *) |
| Wrapper function for DELETE request. See @_http2_req. | |
| tree_cell * | nasl_http2_put (lex_ctxt *) |
| Wrapper function for PUT request. See @_http2_req. | |
Close a handle for http requests previously initialized.
| [in] | lexic | Lexical context of NASL interpreter. |
Wrapper function for DELETE request. See @_http2_req.
Get the http response code after performing a HTTP request.
| [in] | lexic | Lexical context of NASL interpreter. |
Creates a handle for http requests.
| [in] | lexic | Lexical context of NASL interpreter. |
Set a custom header element in the header.
| [in] | lexic | Lexical context of NASL interpreter. |