0
llucycodes42
Shortcut: http.cookie
http.cookie
0 Comments
curl --request ${1|GET,POST,DELETE,PUT|} -sL \ --user-agent '${2|Shellman,Your custom user agent|}' \ --cookie ${3|'key=value',"${key}=${value}"|} \ --url ${4|'http://example.com',"${url}"|}