OpenVAS Libraries  8.0.3
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

tree_cell* cgibin ( lex_ctxt )
tree_cell* http_close_socket ( lex_ctxt )
tree_cell* http_delete ( lex_ctxt )
tree_cell* http_get ( lex_ctxt )
tree_cell* http_head ( lex_ctxt )
tree_cell* http_open_socket ( lex_ctxt )
tree_cell* http_post ( lex_ctxt )
tree_cell* http_put ( lex_ctxt )
tree_cell* nasl_http_keepalive_send_recv ( lex_ctxt )
tree_cell* nasl_http_recv_headers ( lex_ctxt )
tree_cell* nasl_http_share_exists ( lex_ctxt )
tree_cell* nasl_is_cgi_installed ( lex_ctxt )