mirror of https://github.com/daffainfo/nuclei.git
gofmt
parent
5f7e6eadae
commit
557bae93da
|
@ -24,7 +24,7 @@ const (
|
|||
)
|
||||
|
||||
var urlWithPortRgx = regexp.MustCompile(`{{BaseURL}}:(\d+)`)
|
||||
var urlWithPathRgx = regexp.MustCompile(`{{BaseURL}}.*\/`)
|
||||
var urlWithPathRgx = regexp.MustCompile(`{{BaseURL}}.*/`)
|
||||
|
||||
// BulkHTTPRequest contains a request to be made from a template
|
||||
type BulkHTTPRequest struct {
|
||||
|
|
Loading…
Reference in New Issue