module CurlCommand
Overview
Shared curl command construction used by the curl output builder and the HTML report's copy-as-curl feature.
Defined in:
utils/curl_command.crClass Method Summary
- .build(method : String, url : String, body : String, body_type : String, headers : Array(String), cookies : Array(String)) : String
- .shell_quote(str : String) : String