diff --git a/nselib/http.lua b/nselib/http.lua index 9a4343e13..f50fc3401 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -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 http.request. +-- @return Table as described in the module description. -- @see http.get get_url = function( u, options ) local parsed = url.parse( u )