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.cr

Class Method Summary

Class Method Detail

def self.build(method : String, url : String, body : String, body_type : String, headers : Array(String), cookies : Array(String)) : String #

[View source]
def self.shell_quote(str : String) : String #

[View source]