mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 09:45:28 +00:00
7 lines
204 B
Go
7 lines
204 B
Go
|
|
package multi
|
||
|
|
|
||
|
|
// multi is a wrapper protocol Request that allows multiple protocols requests to be executed
|
||
|
|
// multi protocol is just a wrapper so it should/does not include any protocol specific code
|
||
|
|
|
||
|
|
|