aliases:
tags:
- Type/Tech/Platform/Tool
- area/tech
from:
- "[[Networking & Internet|Networking]]"
related:
contra:
to:
for:
dateCreated: 2022-05-31, 09:06
dateModified: 2023-12-10, 10:47
version: 1
publish: true
cURL is a computer software project providing a library (libcurl) and command-line tool (curl) for transferring data using various network protocols. The name stands for "Client for URL". | |
---|---|
wikipedia:: CURL | |
url:: cURL |
curl http://google.com
curl --data "username=Jon&password=secret" http://localhost:3000
-vvv