Skip to main content

Module request_gen

Module request_gen 

Source
Expand description

Request template generation from OpenAPI operations

Structs§

RequestGenerator
Request template generator
RequestTemplate
A request template for load testing

Functions§

header_map_has_connection
Case-insensitive Connection lookup. HTTP/2 rejects this header; HTTP/1.1 is the only way to send the WAF smuggling cases as written.
should_force_k6_http1
Round 63 (#79): force k6 onto HTTP/1.1 (GODEBUG=http2client=0) when --wafbench-verbatim is set (those files routinely set Connection) or when any request actually has a Connection header.