1id: basic-raw-http-example 2 3info: 4 name: Test RAW GET Template 5 author: pdteam 6 severity: info 7 8http: 9 - raw: 10 - | 11 GET / HTTP/1.1 12 Host: {{Hostname}} 13 Origin: {{BaseURL}} 14 15 matchers: 16 - type: word 17 words: 18 - "Test is test raw-get-matcher text" 19