Sha256: 601f1a17709c3e6163da6c8ab81273b9a57863b24777fe122f6e726b5ba340fb
Contents?: true
Size: 846 Bytes
Versions: 2
Compression:
Stored size: 846 Bytes
Contents
HttpMachinegun ====================== It sends data (or get data) via http with The number-of-times thread. install ------ `gem install http_machinegun` usage ------ ```ruby http_machinegun fire -u #{url} ``` ###example ```ruby #simple get request by one times http_machinegun fire -u localhost #get request to 3000 port option by one times http_machinegun fire -u localhost -p 3000 #post request with data by one times http_machinegun fire -u localhost -d abc -m post #or http_machinegun fire -u localhost -d data.txt #get request with data by ten times http_machinegun fire -u localhost -t 10 ``` ###options * -u, --url target url * -p, --port target port * -d, --data_or_file string or file path * -m, --method http method (get,post,put,delete ) * -t, --thread_number request number of times you want
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
http_machinegun-0.0.2 | README.md |
http_machinegun-0.0.1 | README.md |