Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ NewTestRequest
Function
NewTestRequest
internal/waf/requests/test_request.go:17–21 ·
view source on GitHub ↗
(raw *http.Request)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
NewTestRequest(raw *http.Request) *TestRequest {
18
return
&TestRequest{
19
req: raw,
20
}
21
}
22
23
func
(this *TestRequest) WAFSetCacheBody(bodyData []byte) {
24
this.BodyData = bodyData
Callers
15
TestRule_Init_Single
Function · 0.92
TestRule_Init_Composite
Function · 0.92
TestRuleSet_MatchRequest
Function · 0.92
TestRuleSet_MatchRequest2
Function · 0.92
TestRuleSet_MatchRequest_Allow
Function · 0.92
BenchmarkRuleSet_MatchRequest
Function · 0.92
BenchmarkRuleSet_MatchRequest_Regexp
Function · 0.92
Test_Template2
Function · 0.92
BenchmarkTemplate
Function · 0.92
testTemplate1010
Function · 0.92
testTemplate2001
Function · 0.92
testTemplate3001
Function · 0.92
Calls
no outgoing calls
Tested by
15
TestRule_Init_Single
Function · 0.74
TestRule_Init_Composite
Function · 0.74
TestRuleSet_MatchRequest
Function · 0.74
TestRuleSet_MatchRequest2
Function · 0.74
TestRuleSet_MatchRequest_Allow
Function · 0.74
BenchmarkRuleSet_MatchRequest
Function · 0.74
BenchmarkRuleSet_MatchRequest_Regexp
Function · 0.74
Test_Template2
Function · 0.74
BenchmarkTemplate
Function · 0.74
testTemplate1010
Function · 0.74
testTemplate2001
Function · 0.74
testTemplate3001
Function · 0.74