File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Usage with all flags:
2727 -u https://example.com -m POST \
2828 -d 10 -r 1000 -t 3s \
2929 -b "body1" -body "body2" \
30- -H "header1: value1" -header "header2: value2" \
30+ -H "header1:value1" -header "header2:value2" \
3131 -p "param1=value1" -param "param2=value2" \
3232 -c "cookie1=value1" -cookie "cookie2=value2" \
3333 -x "http://proxy.example.com:8080" -proxy "socks5://proxy2.example.com:8080" \
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ func main() {
3636 utils .PrintErrAndExit (errors .Join (errs ... ))
3737 }
3838
39- // for _, param := range conf.Params {
40- // fmt.Printf("%s: %v\n", param.Key, param.Value)
41- // }
4239 requestConf := config .NewRequestConfig (conf )
4340 requestConf .Print ()
4441
You canβt perform that action at this time.
0 commit comments