# cURL
[Official Website](https://curl.se/)
[GitHub](https://github.com/curl/curl)
"A command line tool and library for transferring data with URL syntax"
free and open source
mostly written in [[C sharp]]
Supports:
[[HTTPS]]
### Instructions
[Official Deep Dive Tutorial](https://www.youtube.com/watch?v=V5vZWHP-RqU)
[Basic Info](https://dev.to/ibmdeveloper/what-is-curl-and-why-is-it-all-over-api-docs-9mh)
### To Download
```
git clone https://github.com/curl/curl.git
```