mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Note that HTTPS is supported by http NSE library
This commit is contained in:
parent
55c7fb605f
commit
3b5b0ba154
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
|||
-- can be used. These functions do what one would expect. The <code>get_url</code>
|
||||
-- helper function can be used to parse and retrieve a full URL.
|
||||
--
|
||||
-- HTTPS support is transparent. The library uses <code>comm.tryssl</code> to
|
||||
-- determine whether SSL is required for a request.
|
||||
--
|
||||
-- These functions return a table of values, including:
|
||||
-- * <code>status-line</code> - A string representing the status, such as "HTTP/1.1 200 OK". In case of an error, a description will be provided in this line.
|
||||
-- * <code>status</code>: The HTTP status value; for example, "200". If an error occurs during a request, then this value is going to be nil.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue