From aec0b2c88cf4a49bde0eb5ab916eedc2b3294dc0 Mon Sep 17 00:00:00 2001 From: jah Date: Sun, 4 Apr 2010 13:00:02 +0000 Subject: [PATCH] Add nsedoc @return tag for get_url. --- nselib/http.lua | 1 + 1 file changed, 1 insertion(+) 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 )