Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 763 Bytes

curl.md

File metadata and controls

17 lines (11 loc) · 763 Bytes

Curl

Curl is a tool that you can use for HTTP requests from the command line. You can find more detailed information on curl's original webpage, Windows 11 ships with copy of curl application you can start using it with out installing anything

Curl documentation

  • curl --location --request GET URL --header 'Content-Type: application/json'

  • curl --location --request POST URL --header 'Content-Type: application/json' --data-raw '{""}'

  • Example

  • Open command line