Releases: NeuraLegion/sec-tester-cr
Releases · NeuraLegion/sec-tester-cr
V1.1.0
V1.0.6
V1.0.5
V1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- HAR based target allowing manual configuration
- fixed specs
Manual target configurations
The following example shows how to configure a target manually.
this is very useful to control expected response from the target.
target: SecTester::Target.new(
method: "GET",
url: "http://#{addr}/?name=jhon",
response_headers: HTTP::Headers{"Content-Type" => "text/html"}
)