mirror of
https://github.com/nmap/nmap.git
synced 2026-06-24 18:18:08 +00:00
Corrected documentation.
This commit is contained in:
parent
b9c6596a78
commit
b901089c19
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ local stdnse = require 'stdnse'
|
|||
-- @param port The port for the host.
|
||||
-- @param path The path of the resource.
|
||||
-- @param options A table of options, as with <code>http.request</code>.
|
||||
-- @return Table as described in the function description.
|
||||
-- @return Table as described in the module description.
|
||||
-- @see http.request
|
||||
get = function( host, port, path, options )
|
||||
options = options or {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue