1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 19:09:01 +00:00

Add nsedoc @return tag for get_url.

This commit is contained in:
jah
2010-04-04 13:00:02 +00:00
parent 1d26975ede
commit aec0b2c88c

View File

@@ -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 )