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.
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