OpenVAS Libraries  9.0.1
Functions
nasl_http.h File Reference

Go to the source code of this file.

Functions

tree_cellhttp_open_socket (lex_ctxt *)
 
tree_cellhttp_close_socket (lex_ctxt *)
 
tree_cellhttp_get (lex_ctxt *)
 
tree_cellhttp_head (lex_ctxt *)
 
tree_cellhttp_post (lex_ctxt *)
 
tree_cellhttp_delete (lex_ctxt *)
 
tree_cellhttp_put (lex_ctxt *)
 
tree_cellnasl_http_recv_headers (lex_ctxt *)
 
tree_cellcgibin (lex_ctxt *)
 
tree_cellnasl_is_cgi_installed (lex_ctxt *)
 
tree_cellnasl_http_keepalive_send_recv (lex_ctxt *)
 
tree_cellnasl_http_share_exists (lex_ctxt *)
 

Function Documentation

◆ cgibin()

tree_cell* cgibin ( lex_ctxt )

◆ http_close_socket()

tree_cell* http_close_socket ( lex_ctxt )

◆ http_delete()

tree_cell* http_delete ( lex_ctxt )

◆ http_get()

tree_cell* http_get ( lex_ctxt )

◆ http_head()

tree_cell* http_head ( lex_ctxt )

◆ http_open_socket()

tree_cell* http_open_socket ( lex_ctxt )

◆ http_post()

tree_cell* http_post ( lex_ctxt )

◆ http_put()

tree_cell* http_put ( lex_ctxt )

◆ nasl_http_keepalive_send_recv()

tree_cell* nasl_http_keepalive_send_recv ( lex_ctxt )

◆ nasl_http_recv_headers()

tree_cell* nasl_http_recv_headers ( lex_ctxt )

◆ nasl_http_share_exists()

tree_cell* nasl_http_share_exists ( lex_ctxt )

◆ nasl_is_cgi_installed()

tree_cell* nasl_is_cgi_installed ( lex_ctxt )