mirror of
https://github.com/nmap/nmap.git
synced 2026-06-26 03:03:55 +00:00
Add nsedoc @return tag for get_url.
This commit is contained in:
parent
1d26975ede
commit
aec0b2c88c
1 changed files with 1 additions and 0 deletions
|
|
@ -1012,6 +1012,7 @@ end
|
|||
-- The second argument is a table for further options.
|
||||
-- @param u The URL of the host.
|
||||
-- @param options A table of options, as with <code>http.request</code>.
|
||||
-- @return Table as described in the module description.
|
||||
-- @see http.get
|
||||
get_url = function( u, options )
|
||||
local parsed = url.parse( u )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue