8#ifndef NASL_NASL_HTTP2_H
9#define NASL_NASL_HTTP2_H
tree_cell * nasl_http2_get(lex_ctxt *)
Wrapper function for GET request. See _http2_req.
tree_cell * nasl_http2_put(lex_ctxt *)
Wrapper function for PUT request. See _http2_req.
tree_cell * nasl_http2_post(lex_ctxt *)
Wrapper function for POST request. See _http2_req.
tree_cell * nasl_http2_set_custom_header(lex_ctxt *)
Set a custom header element in the header.
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_delete(lex_ctxt *)
Wrapper function for DELETE request. See _http2_req.
tree_cell * nasl_http2_head(lex_ctxt *)
Wrapper function for HEAD request. See _http2_req.
tree_cell * nasl_http2_get_response_code(lex_ctxt *)
Get the http response code after performing a HTTP request.
struct struct_lex_ctxt lex_ctxt