nuclei/v2/pkg/protocols/http
forgedhallpass ec6889931d refactor: linter driven fixes
* x = x + ""  => x += ""
* pre-allocating slice with known size
* added t.Helper() methods in test helpers
* complex if-else conditions replaced by switches
* errors should be checked using error.Is() instead of ==
* function parameter should start with lower case letter
* removed unnecessary type definition
* variable/label naming convention: camelCase instead of snake_case
2021-11-25 17:57:22 +02:00
..
httpclientpool refactor: linter driven fixes 2021-11-25 17:57:22 +02:00
race Starting to refactor http executer part 2020-12-26 14:55:15 +05:30
raw refactor: Wrap errors using %w in fmt.Errorf 2021-11-25 16:24:37 +02:00
build_request.go refactor: Wrap errors using %w in fmt.Errorf 2021-11-25 16:24:37 +02:00
build_request_test.go refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00
cluster.go [feature] Add coloring to debug information #999 2021-10-01 14:30:04 +03:00
cluster_test.go enum changes for http method (#1234) 2021-11-18 19:20:21 +05:30
http.go Adding dns trace support in dns templates (#1236) 2021-11-18 19:22:11 +05:30
http_method_types.go refactor: godoc and comment uniformization 2021-11-25 17:03:56 +02:00
http_test.go Made code changes as per review comments 2021-11-05 03:01:41 +05:30
operators.go Added matched-status flag + template-path and url to output (#1272) 2021-11-22 17:53:25 +05:30
operators_test.go Added matched-status flag + template-path and url to output (#1272) 2021-11-22 17:53:25 +05:30
request.go Added matched-status flag + template-path and url to output (#1272) 2021-11-22 17:53:25 +05:30
request_generator.go unique payload per interactsh placeholder #1068 2021-11-04 17:13:47 +05:30
request_generator_test.go refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00
utils.go refactor: uniformly sorted imports 2021-11-25 17:09:20 +02:00