palashgupta98 / curl_cheatsheet

The official cheatsheet by me :-D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curl_cheatsheet

The official cheatsheet by me :-D

Curl

Command Description
-u user:password user authentication
-H "name:value" Header with name and value
-X "Custom method" Send a HTTP method
-X host:port Proxy
-s hide Progress
-F name=value -F name=@file multipartform
-O Output at a file
-A "String" user-agent
-b "c=c1";"c2=c3" send the cookie

About

The official cheatsheet by me :-D