1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 03:49:01 +00:00

Removes a hint that HTTP pipeline only handles GET requests

This commit is contained in:
nnposter
2016-09-27 16:05:48 +00:00
parent 06a25384b6
commit d834d652ac

View File

@@ -1777,7 +1777,7 @@ end
-- the first call.
-- @param method [optional] The HTTP method ('GET', 'HEAD', 'POST', etc).
-- Default: 'GET'.
-- @return Table with the pipeline get requests (plus this new one)
-- @return Table with the pipeline requests (plus this new one)
-- @see http.pipeline_go
function pipeline_add(path, options, all_requests, method)
if(not(validate_options(options))) then